aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove unused capturekazu2018-02-061-1/+1
* mjit.c: fixed missing variablenobu2018-02-061-0/+3
* mjit.c: build dir prefixnobu2018-02-061-20/+34
* configure.ac: removed unnecessary pushdef/popdefnobu2018-02-061-6/+4
* test_gem_util.rb: fix broken testnobu2018-02-061-5/+2
* mjit headers for universal binarynobu2018-02-066-6/+38
* Merge RubyGems-2.7.5 from upstream.hsbt2018-02-0650-174/+251
* deal with aclocal(1)shyouhei2018-02-065-15/+8
* thread_pthread.c: cast inside rb_thread_create_mjit_threadnobu2018-02-062-3/+3
* mjit.c: use ruby_strdup as get_stringnobu2018-02-062-9/+3
* common.mk: ARCH_FLAG to mjit headersnobu2018-02-061-2/+2
* mjit.c: fix MinGW warning by r62221k0kubun2018-02-051-1/+1
* mjit.c: determine prefix of MJIT header at runtimek0kubun2018-02-054-9/+38
* vm_insnhelper.c: prefix rb_ to simple_iseq_pk0kubun2018-02-052-5/+5
* * 2018-02-06svn2018-02-051-1/+1
* transform_mjit_header.rb: restrict transformationk0kubun2018-02-051-0/+6
* transform_mjit_header.rb: same command after errornobu2018-02-051-2/+3
* tool/downloader.rb: retry SocketErrork0kubun2018-02-051-3/+3
* mjit.c: prefer using --jit-cc=clang if __clang__k0kubun2018-02-051-1/+1
* Fix undefined behaviorkazu2018-02-051-0/+2
* Fix a typo [ci skip]kazu2018-02-051-1/+1
* mjit.c: try changing the order of includesk0kubun2018-02-051-8/+9
* transform_mjit_header.rb: check initial codek0kubun2018-02-051-4/+6
* transform_mjit_header.rb: remove predefined macrosk0kubun2018-02-051-5/+4
* need shell's escape instead of M4's.shyouhei2018-02-051-1/+1
* Makefile.sub: va_copy in old versionnobu2018-02-051-0/+4
* transform_mjit_header.rb: no extra CRsnobu2018-02-051-1/+1
* assigning void* to a function pointer is a POSIXismshyouhei2018-02-053-13/+15
* va_copy is a C99ismshyouhei2018-02-056-4/+73
* comma at the end of enum is a C99ismshyouhei2018-02-051-2/+2
* vcs.rb: no meaningless splatnobu2018-02-051-1/+1
* vcs.rb: for old rubynobu2018-02-051-0/+1
* transform_mjit_header.rb: take program name from $0nobu2018-02-051-4/+6
* transform_mjit_header.rb: read/write in binmodenobu2018-02-051-2/+2
* transform_mjit_header.rb: separate macro and codenobu2018-02-051-2/+4
* transform_mjit_header.rb: scan by regexpnobu2018-02-051-13/+14
* Use system option instead of shell redirectkazu2018-02-051-1/+1