summaryrefslogtreecommitdiff
path: root/mjit.c
AgeCommit message (Expand)Author
2018-02-10mjit_config.hnobu
2018-02-10mjit.c: replaced magic numbersnobu
2018-02-10mjit.c: chomp suffix firstnobu
2018-02-10mjit.c: binary modenobu
2018-02-09append_str don't look the length of stringusa
2018-02-09mjit.c: set umasknobu
2018-02-09mjit.c: exclusively createnobu
2018-02-08refoctoringusa
2018-02-08mjit.c: rb_w32_system_tmpdir is not in headersnobu
2018-02-08mjit.c: revert r62316 partiallynobu
2018-02-08mjit.c: ruby_version from version.cnobu
2018-02-08mjit.c: argument arraysnobu
2018-02-08internal.h: moved ruby_null_device declarationnobu
2018-02-08mjit.c: make filename in allocated buffernobu
2018-02-07 mjit.c: untabified [ci skip]nobu
2018-02-07mjit.c: fix -Wdiscarded-qualifiers warningk0kubun
2018-02-07mjit.c: system_tmpdirnobu
2018-02-07mjit.c: fix buffer overflownobu
2018-02-07mjit.c: windows should include fcntl.h took0kubun
2018-02-07mjit.c: FD instead of FILEnobu
2018-02-07mjit.c: fd is no longer valid after fclosenobu
2018-02-07mjit.c: fix declaration of ruby_null_devicenobu
2018-02-07mjit mswin support (WIP)usa
2018-02-06share ruby_null_devicenobu
2018-02-06mjit mswin support (WIP)usa
2018-02-06mjit.c: make null device portablek0kubun
2018-02-06mjit.c: prefix "_ruby" to precompiled header took0kubun
2018-02-06mjit.c: try installed header onlynobu
2018-02-06mjit.c: handle fopen errork0kubun
2018-02-06Fix wrong commentkazu
2018-02-06mjit.c: suppress unused-value warningnobu
2018-02-06mjit.c: fixed missing variablenobu
2018-02-06mjit.c: build dir prefixnobu
2018-02-06thread_pthread.c: cast inside rb_thread_create_mjit_threadnobu
2018-02-06mjit.c: use ruby_strdup as get_stringnobu
2018-02-05mjit.c: fix MinGW warning by r62221k0kubun
2018-02-05mjit.c: determine prefix of MJIT header at runtimek0kubun
2018-02-05mjit.c: prefer using --jit-cc=clang if __clang__k0kubun
2018-02-05mjit.c: try changing the order of includesk0kubun
2018-02-05assigning void* to a function pointer is a POSIXismshyouhei
2018-02-05va_copy is a C99ismshyouhei
2018-02-04mjit.c: define __EXTENSIONS__ earlierk0kubun
2018-02-04mjit.c: another try for fixing solaris buildk0kubun
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-02-04mjit.c: use InterlockedExchangePointerk0kubun
2018-02-04mjit.c: try to fix Solaris build failurek0kubun
2018-02-04mjit.c: try porting va_copyk0kubun
2018-02-04mjit.c: merge MJIT infrastructurek0kubun