aboutsummaryrefslogtreecommitdiffstats
path: root/mjit.c
Commit message (Expand)AuthorAgeFilesLines
* mjit.c: pch file argumentnobu2018-02-181-0/+2
* mjit.c: place DLDFLAGS at lastnobu2018-02-181-6/+1
* mjit.c: no va_copynobu2018-02-181-13/+7
* Fixed the order of arguments for cl.exeusa2018-02-181-1/+6
* mjit.c: fix deadlock on class serial incrementk0kubun2018-02-161-2/+2
* non-constant aggregate initializer is a C99ismshyouhei2018-02-161-1/+4
* mjit.h: compare as pointernobu2018-02-141-1/+1
* xmalloc never returns NULLkazu2018-02-131-2/+1
* mjit.c: print JIT failurek0kubun2018-02-121-2/+10
* mjit.c: some flags are no longer for GCCk0kubun2018-02-111-15/+2
* mjit.c: alwasy -fPIC flag to gccnobu2018-02-111-4/+7
* mjit_config.h: include trailing comma for empty listnobu2018-02-111-11/+5
* mjit_config.h: more macrosnobu2018-02-111-76/+49
* mjit.c: constified command argumentsnobu2018-02-101-8/+8
* mjit_config.hnobu2018-02-101-62/+74
* mjit.c: replaced magic numbersnobu2018-02-101-7/+10
* mjit.c: chomp suffix firstnobu2018-02-101-6/+11
* mjit.c: binary modenobu2018-02-101-1/+6
* append_str don't look the length of stringusa2018-02-091-2/+4
* mjit.c: set umasknobu2018-02-091-0/+1
* mjit.c: exclusively createnobu2018-02-091-3/+6
* refoctoringusa2018-02-081-14/+16
* mjit.c: rb_w32_system_tmpdir is not in headersnobu2018-02-081-0/+4
* mjit.c: revert r62316 partiallynobu2018-02-081-1/+1
* mjit.c: ruby_version from version.cnobu2018-02-081-5/+9
* mjit.c: argument arraysnobu2018-02-081-3/+3
* internal.h: moved ruby_null_device declarationnobu2018-02-081-2/+0
* mjit.c: make filename in allocated buffernobu2018-02-081-1/+1
* mjit.c: untabified [ci skip]nobu2018-02-071-16/+16
* mjit.c: fix -Wdiscarded-qualifiers warningk0kubun2018-02-071-1/+1
* mjit.c: system_tmpdirnobu2018-02-071-6/+37
* 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
* mjit mswin support (WIP)usa2018-02-071-13/+16
* share ruby_null_devicenobu2018-02-061-8/+3
* mjit mswin support (WIP)usa2018-02-061-8/+63
* mjit.c: make null device portablek0kubun2018-02-061-1/+8
* mjit.c: prefix "_ruby" to precompiled header took0kubun2018-02-061-3/+5
* mjit.c: try installed header onlynobu2018-02-061-28/+7
* mjit.c: handle fopen errork0kubun2018-02-061-0/+6
* Fix wrong commentkazu2018-02-061-2/+1
* mjit.c: suppress unused-value warningnobu2018-02-061-1/+1
* mjit.c: fixed missing variablenobu2018-02-061-0/+3
* mjit.c: build dir prefixnobu2018-02-061-20/+34
* thread_pthread.c: cast inside rb_thread_create_mjit_threadnobu2018-02-061-1/+1
* mjit.c: use ruby_strdup as get_stringnobu2018-02-061-9/+2
* mjit.c: fix MinGW warning by r62221k0kubun2018-02-051-1/+1