index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mjit.c
Age
Commit message (
Expand
)
Author
2018-04-03
mjit.c: add class serial of singleton class
k0kubun
2018-04-01
mjit.c: make Object's class serial valid in JIT
k0kubun
2018-03-17
mjit.c: add timeout for --jit-wait
k0kubun
2018-03-10
mjit.c: keep mutex unlocked on destroy
k0kubun
2018-02-24
mjit.c: fix deadlock on marking MJIT's ISeq
k0kubun
2018-02-22
version.c: show +JIT when --jit is passed
k0kubun
2018-02-20
mjit.c: separate call from macro
nobu
2018-02-20
mjit.c: fix compile error
nobu
2018-02-20
mjit.c: prefer $TMPDIR and $TMP
nobu
2018-02-20
mjit.c: dldflags on mingw
nobu
2018-02-20
mjit.c: fix memory leak
nobu
2018-02-20
common.mk: moved macros to mjit_config.h
nobu
2018-02-19
mjit.c: fix a typo [ci skip]
nobu
2018-02-18
mjit.c: pch file argument
nobu
2018-02-18
mjit.c: place DLDFLAGS at last
nobu
2018-02-18
mjit.c: no va_copy
nobu
2018-02-18
Fixed the order of arguments for cl.exe
usa
2018-02-16
mjit.c: fix deadlock on class serial increment
k0kubun
2018-02-16
non-constant aggregate initializer is a C99ism
shyouhei
2018-02-14
mjit.h: compare as pointer
nobu
2018-02-13
xmalloc never returns NULL
kazu
2018-02-12
mjit.c: print JIT failure
k0kubun
2018-02-11
mjit.c: some flags are no longer for GCC
k0kubun
2018-02-11
mjit.c: alwasy -fPIC flag to gcc
nobu
2018-02-11
mjit_config.h: include trailing comma for empty list
nobu
2018-02-11
mjit_config.h: more macros
nobu
2018-02-10
mjit.c: constified command arguments
nobu
2018-02-10
mjit_config.h
nobu
2018-02-10
mjit.c: replaced magic numbers
nobu
2018-02-10
mjit.c: chomp suffix first
nobu
2018-02-10
mjit.c: binary mode
nobu
2018-02-09
append_str don't look the length of string
usa
2018-02-09
mjit.c: set umask
nobu
2018-02-09
mjit.c: exclusively create
nobu
2018-02-08
refoctoring
usa
2018-02-08
mjit.c: rb_w32_system_tmpdir is not in headers
nobu
2018-02-08
mjit.c: revert r62316 partially
nobu
2018-02-08
mjit.c: ruby_version from version.c
nobu
2018-02-08
mjit.c: argument arrays
nobu
2018-02-08
internal.h: moved ruby_null_device declaration
nobu
2018-02-08
mjit.c: make filename in allocated buffer
nobu
2018-02-07
mjit.c: untabified [ci skip]
nobu
2018-02-07
mjit.c: fix -Wdiscarded-qualifiers warning
k0kubun
2018-02-07
mjit.c: system_tmpdir
nobu
2018-02-07
mjit.c: fix buffer overflow
nobu
2018-02-07
mjit.c: windows should include fcntl.h too
k0kubun
2018-02-07
mjit.c: FD instead of FILE
nobu
2018-02-07
mjit.c: fd is no longer valid after fclose
nobu
2018-02-07
mjit.c: fix declaration of ruby_null_device
nobu
2018-02-07
mjit mswin support (WIP)
usa
[next]