aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ifchange: --debug optionnobu2018-02-082-0/+7
* ifchange.bat: --color optionnobu2018-02-081-0/+9
* mjit.c: make filename in allocated buffernobu2018-02-081-1/+1
* revert r62291 for nowk0kubun2018-02-081-60/+0
* error.c: export rb_assert_failurek0kubun2018-02-071-1/+1
* .travis.yml: try `make install` to test JITk0kubun2018-02-071-2/+2
* test_jit.rb: make JIT count test optionalk0kubun2018-02-071-6/+8
* * properties.svn2018-02-070-0/+0
* * 2018-02-08svn2018-02-071-1/+1
* test_jit.rb: add initial test for JITk0kubun2018-02-071-0/+58
* transform_mjit_header.rb: very verbose error logk0kubun2018-02-071-4/+6
* mjit.c: untabified [ci skip]nobu2018-02-071-16/+16
* mjit.c: fix -Wdiscarded-qualifiers warningk0kubun2018-02-071-1/+1
* transform_mjit_header.rb: apply Regexp.escapek0kubun2018-02-071-1/+1
* Remove redundant RTESTkazu2018-02-071-1/+1
* transform_mjit_header.rb: ignore unsupported cck0kubun2018-02-071-1/+23
* defs/gmake.mk: make universal mjit_min_header linknobu2018-02-072-8/+12
* mjit.c: system_tmpdirnobu2018-02-071-6/+37
* .gitignore: ignore min header for in-place buildk0kubun2018-02-071-0/+1
* mjit.c: fix buffer overflownobu2018-02-071-10/+30
* mjit.c: windows should include fcntl.h took0kubun2018-02-071-3/+3
* mjit.c: FD instead of FILEnobu2018-02-071-3/+3
* mjit.c: fd is no longer valid after fclosenobu2018-02-071-3/+6
* mjit.c: fix declaration of ruby_null_devicenobu2018-02-071-1/+1
* thread.c: int32_t instead of suseconds_tnobu2018-02-071-1/+1
* fix up r62272nobu2018-02-072-3/+2
* remove declaration of ruby_engine from internal.husa2018-02-072-3/+1
* mjit mswin support (WIP)usa2018-02-071-13/+16
* thread.c: favor timespec internallynormal2018-02-074-149/+130
* lib/ostruct.rb: Use `FrozenError` instead of `RuntimeError`.marcandre2018-02-062-4/+4
* lib/matrix.rb: Document deprecated methods [#12032] [doc] [ci-skip]marcandre2018-02-061-0/+9
* common.mk: can't rescue NotImplementedError by defaultnobu2018-02-061-2/+3
* share ruby_null_devicenobu2018-02-062-10/+5
* mjit mswin support (WIP)usa2018-02-063-8/+67
* mjit.c: make null device portablek0kubun2018-02-061-1/+8
* mjit.c: prefix "_ruby" to precompiled header took0kubun2018-02-061-3/+5
* ruby.c: add MJIT_FORCE_ENABLE macrok0kubun2018-02-061-0/+2
* common.mk: clean mjit headers by clean-localnobu2018-02-061-0/+4
* mjit.c: try installed header onlynobu2018-02-062-29/+7
* moved MJIT_CPPFLAGSnobu2018-02-062-3/+4
* common.mk: link or copy MJIT_MIN_HEADER under includenobu2018-02-061-0/+8
* * 2018-02-07svn2018-02-061-1/+1
* mjit.c: handle fopen errork0kubun2018-02-061-0/+6
* transform_mjit_header.rb: resurrect `exit false`k0kubun2018-02-061-0/+1
* common.mk: MJIT_CPPFLAGSnobu2018-02-063-3/+8
* mjit_compile.c: fix inconsistent indentationk0kubun2018-02-062-11/+11
* mjit_compile.c: share the definition of macrosk0kubun2018-02-063-12/+8
* Fix wrong commentkazu2018-02-061-2/+1
* transform_mjit_header.rb: add output for debugk0kubun2018-02-061-3/+8
* mjit.c: suppress unused-value warningnobu2018-02-061-1/+1