aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* refactor extract binop dispatchershyouhei2017-04-191-171/+107
* * 2017-04-19svn2017-04-191-1/+1
* socket: avoid fcntl for read/write_nonblock on Linuxnormal2017-04-193-0/+72
* fixup! vm_insnhelper.c: adjust indent [ci skip]nobu2017-04-181-12/+12
* compile.c: wrong optimizationnobu2017-04-182-11/+44
* vm_insnhelper.c: adjust indent [ci skip]nobu2017-04-181-4/+4
* typo fix (sorry!) [ci skip]shyouhei2017-04-181-1/+1
* test_optimization.rb: heredoc code stylenobu2017-04-181-36/+50
* fix compile error.ko12017-04-181-1/+1
* Fix heading of README.hsbt2017-04-181-1/+1
* tabify (sorry!) [ci skip]shyouhei2017-04-182-5/+5
* * remove trailing spaces.svn2017-04-181-1/+1
* split insns.def into functionsshyouhei2017-04-183-663/+977
* eval.c: fix exit inside TAGnobu2017-04-181-6/+4
* configure.in: honor GIT envnobu2017-04-181-2/+2
* vcs.rb: env for commandnobu2017-04-181-15/+17
* enc/depend: remove Unicode versionsnobu2017-04-181-2/+0
* * 2017-04-18svn2017-04-171-1/+1
* should not return.ko12017-04-171-1/+1
* string.c: improve insertion performacenobu2017-04-171-1/+8
* thread_win32.c: fix indexnobu2017-04-171-1/+2
* eval.c: copy before cause setupnobu2017-04-172-11/+22
* eval.c: copy special exceptions before raisenobu2017-04-173-49/+27
* vm_insnhelper.c: rb_threadptr_stack_overflownobu2017-04-173-17/+31
* parse.y: fix for empty `__VA_ARGS__`nobu2017-04-171-2/+2
* vm_backtrace.c: backtrace functions per threadsnobu2017-04-177-30/+24
* eval.c: share rb_longjmpnobu2017-04-171-9/+5
* gc.c: rb_threadptr_stack_checknobu2017-04-173-1/+9
* gc.c: PREVENT_STACK_OVERFLOWnobu2017-04-171-7/+11
* * 2017-04-17svn2017-04-161-1/+1
* test_integer.rb: simplify teststomar2017-04-161-8/+5
* rbinstall.rb: ignore skipped extsnobu2017-04-161-2/+7
* thread_win32.c: no GVL for interrupt_eventnobu2017-04-161-25/+7
* test/ruby/test_io.rb: use Thread.stop? to waitnobu2017-04-161-1/+1
* * test/ruby/test_io.rb (test_race_closed_stream): separate because it stopsusa2017-04-161-18/+21
* * 2017-04-16svn2017-04-151-1/+1
* bignum.c: fix inexact estimationnobu2017-04-152-0/+15
* * properties.svn2017-04-150-0/+0
* fix ext/-test-/struct/ dependenciesnormal2017-04-152-0/+48
* signal.c: last tag page conditionnobu2017-04-151-1/+1
* ruby.h: check argc to rb_funcallnobu2017-04-155-2/+22
* signal.c: prefer pthread_sigmasknobu2017-04-151-4/+10
* * properties.svn2017-04-150-0/+0
* fix RSTRUCT_LEN macro in public C APInormal2017-04-153-1/+24
* Workaround for optimization bug of Oracle Solaris Studio 12.4 and 12.5ngoto2017-04-141-2/+2
* sync certainly.ko12017-04-141-1/+1
* more explicit synchronization.ko12017-04-141-1/+4
* * 2017-04-15svn2017-04-141-1/+1
* signal.c: add sigprocmask guardnobu2017-04-141-0/+4
* signal.c: unblock signalnobu2017-04-141-9/+20