aboutsummaryrefslogtreecommitdiffstats
path: root/mjit.c
Commit message (Expand)AuthorAgeFilesLines
* mjit.c: use remove_file in clean_so_file toonobu2018-05-241-4/+3
* mjit.c: show error message on remove failurek0kubun2018-05-221-4/+13
* mjit_config.h: expand min header namenobu2018-04-281-10/+4
* mjit.c: remove undefnobu2018-04-271-1/+0
* mjit.c: clean so file on Windowsnobu2018-04-271-2/+30
* mjit.c: fix cc argumentsnobu2018-04-271-7/+9
* mjit.c: prefix and archdir in initnobu2018-04-271-34/+26
* win32/Makefile.sub: LIBDIR_BASENAMEnobu2018-04-261-3/+10
* thread*: all condvars are monotonicnormal2018-04-221-5/+5
* mjit.c: check pch statusnobu2018-04-211-2/+2
* mjit.c: add class serial of singleton classk0kubun2018-04-031-0/+1
* mjit.c: make Object's class serial valid in JITk0kubun2018-04-011-0/+1
* mjit.c: add timeout for --jit-waitk0kubun2018-03-171-1/+15
* mjit.c: keep mutex unlocked on destroyk0kubun2018-03-101-2/+1
* mjit.c: fix deadlock on marking MJIT's ISeqk0kubun2018-02-241-1/+8
* version.c: show +JIT when --jit is passedk0kubun2018-02-221-0/+9
* mjit.c: separate call from macronobu2018-02-201-4/+8
* mjit.c: fix compile errornobu2018-02-201-1/+5
* mjit.c: prefer $TMPDIR and $TMPnobu2018-02-201-8/+41
* mjit.c: dldflags on mingwnobu2018-02-201-2/+11
* mjit.c: fix memory leaknobu2018-02-201-2/+5
* common.mk: moved macros to mjit_config.hnobu2018-02-201-3/+2
* mjit.c: fix a typo [ci skip]nobu2018-02-191-1/+1
* 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