aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* string.c: setbyte silently ignores upper bitsshyouhei2018-11-192-3/+19
* .travis.yml: do not pass unnecessary warnflagsnobu2018-11-191-3/+1
* io.c: ungetbyte silently ignores upper bitsshyouhei2018-11-192-5/+31
* _colorize_result_prepare.m4: do not save CONFIGURE_TTYnobu2018-11-191-5/+5
* Makefile.in: reconfig with the original warnflagsnobu2018-11-191-0/+1
* .travis.yml: use dedicated flagsnobu2018-11-191-14/+17
* array.c: avoid (VALUE)--shyouhei2018-11-191-1/+2
* .travis.yml: -Wno-unknown-warning-option is needed, too.shyouhei2018-11-191-1/+1
* .travis.yml: extra CFLAGS to suppress warningsshyouhei2018-11-191-0/+5
* -Wno-unused-value [ci skip]shyouhei2018-11-191-0/+1
* sort lines [ci skip]shyouhei2018-11-191-20/+22
* * 2018-11-19svn2018-11-181-1/+1
* Also clean ruby-runner.o and ruby.imp [ci skip]nobu2018-11-182-2/+3
* update-deps: fix runtime error [ci skip]nobu2018-11-181-1/+1
* mjit.c: fix deadlock introduced by r65785k0kubun2018-11-181-1/+1
* wercker.yml: debug problematic test on test-allk0kubun2018-11-181-1/+1
* test_jit.rb: loosen output checkk0kubun2018-11-181-2/+1
* test_jit.rb: dump information to debug test failurek0kubun2018-11-181-4/+5
* * expand tabs.svn2018-11-181-1/+1
* mjit_worker.c: support MJIT in forked Ruby processk0kubun2018-11-185-20/+115
* thread.c: rb_fiber_atfork has nothing to do with mjit.c [ci skip]k0kubun2018-11-181-1/+0
* mjit_worker.c: fix typo [ci skip]k0kubun2018-11-181-1/+1
* test_jit.rb: fix typo [ci skip]k0kubun2018-11-181-1/+1
* vm_trace.c (rb_postponed_job_flush): use rb_atomic_t for masknormal2018-11-181-2/+2
* common.mk: dependency of io.c for r65779nobu2018-11-181-0/+6
* io.c: include vm_core.h for VM_UNREACHABLEnormal2018-11-181-0/+1
* * 2018-11-18svn2018-11-181-1/+1
* io.c (novl_wait_for_single_fd): VM_UNREACHABLE instead of assertnormal2018-11-181-1/+1
* * expand tabs.svn2018-11-181-1/+1
* vm_core.h (rb_thread_set_current*): convert to static inlinenormal2018-11-181-8/+15
* test/mkmf/base.rb: use CC_WRAPPER same as the toplevelnobu2018-11-171-0/+8
* [DOC] rational and imaginary literals [ci skip]nobu2018-11-171-0/+27
* * 2018-11-17svn2018-11-161-1/+1
* * properties.svn2018-11-160-0/+0
* Switch to 2-0-stable branch of bundler/bundler repository from our fork repos...hsbt2018-11-164-10/+16
* Makefile.in: test-almost also needs mjit_build_dir.sonobu2018-11-161-1/+1
* pack.c: cast from double to float can be undefinedshyouhei2018-11-161-3/+24
* common.mk: hack to export symbols for MJIT in ruby.impnobu2018-11-161-2/+6
* test/excludes/_wercker: remove obsoleted pipeline namek0kubun2018-11-165-63/+63
* common.mk: fix the pattern to be hiddennobu2018-11-161-1/+1
* Make some internal functions staticnobu2018-11-164-6/+10
* Prefix rb_ec_set_vm_stacknobu2018-11-163-6/+6
* appveyor.yml: skip reverting comment improvement [ci skip]k0kubun2018-11-161-2/+2
* * properties.svn2018-11-160-0/+0
* appveyor.yml: give up running test_push_over_ary_maxk0kubun2018-11-162-6/+9
* [DOC] mention class method `new` [ci skip]nobu2018-11-161-6/+6
* [doc] Fix grammar typo in Pty_init() docstring [ci skip]k0kubun2018-11-161-1/+1
* Test for undef'ed method in class hierachyk0kubun2018-11-161-1/+1
* numeric.c: avoid division by zeroshyouhei2018-11-161-1/+1
* bignum.c: fix bug in big2dbl()shyouhei2018-11-161-1/+2