summaryrefslogtreecommitdiff
path: root/template
AgeCommit message (Expand)Author
2021-01-13Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun
2020-12-29Fixed wrong configure optionNobuyoshi Nakada
2020-12-29Make more silent when -s on GNU makeNobuyoshi Nakada
2020-12-29transcode-tblgen.rb: make silent a little when just -vNobuyoshi Nakada
2020-12-27Ignore symbols declared in the platform headerNobuyoshi Nakada
2020-12-15fix inline method cache sync bugKoichi Sasada
2020-11-26Revert "Set VM_FRAME_FLAG_FINISH at once on MJIT"Takashi Kokubun
2020-11-26Set VM_FRAME_FLAG_FINISH at once on MJITTakashi Kokubun
2020-11-22rubyspec-capiext: Use plain DLDFLAGS without flags for librubyNobuyoshi Nakada
2020-11-10Removed canonicalization for mathnNobuyoshi Nakada
2020-10-29check isolated Proc more strictlyKoichi Sasada
2020-10-21Don't redefine #rb_intern over and over againStefan Stüben
2020-08-27DEPRECATED_TYPE: is deprecated卜部昌平
2020-08-11template/prelude.c.tmpl: suppress clang-12 warning卜部昌平
2020-08-11tool/prelude.c.tmpl: use RubyVM::CEscape卜部昌平
2020-06-23Ignore configurations in un-built extension librariesNobuyoshi Nakada
2020-06-19Build configured extension libraries onlyNobuyoshi Nakada
2020-06-19Configure only directories having extconf.rbNobuyoshi Nakada
2020-06-19Now bundled gems are extracted under .bundle/gemsNobuyoshi Nakada
2020-06-19Clean exts.mk under each extension libraryNobuyoshi Nakada
2020-06-13Added install-dbgNobuyoshi Nakada
2020-06-06Hash marks in Makefile need to be escaped [Bug #16935]Nobuyoshi Nakada
2020-05-12Build auxiliary program files earlyNobuyoshi Nakada
2020-05-10Fixed a typoNobuyoshi Nakada
2020-05-10Fix for cross_compilingNobuyoshi Nakada
2020-05-10delete mk_builtin_binary.rb卜部昌平
2020-05-10delete mk_call_iseq_optimized.rb卜部昌平
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2020-04-05Revert "Moved aclocal.m4 to macro directory"Nobuyoshi Nakada
2020-04-05Moved aclocal.m4 to macro directoryNobuyoshi Nakada
2020-04-05Added tooldir variableNobuyoshi Nakada
2020-03-31Share download cache with bundlerNobuyoshi Nakada
2020-03-23Make file names and variable names consistentTakashi Kokubun
2020-03-24Moved MJIT_WITHOUT_TABS default to configure.acNobuyoshi Nakada
2020-03-13Update and extract for each gemNobuyoshi Nakada
2020-02-06add predefined macros for Doxygen卜部昌平
2020-01-20Get rid of use of special variablesJeremy Evans
2020-01-18Update clean-local [ci skip]Nobuyoshi Nakada
2019-12-26decouple internal.h headers卜部昌平
2019-12-11remove prelude.cKoichi Sasada
2019-12-11use compiled binary for gem_prelude.rb.Koichi Sasada
2019-11-15load prelude.rb by builtin features.Koichi Sasada
2019-11-13Add missing Makefile dependencies for the tool/insns2vm.rb scriptDylan Thacker-Smith
2019-11-10Get rid of FreeBSD make incompatibility [Bug #16331]Nobuyoshi Nakada
2019-11-09Embed builtin ruby scripts in miniprelude.cNobuyoshi Nakada
2019-11-09Fixed commit missNobuyoshi Nakada
2019-11-09Fixed `#line` directives in miniprelude.cNobuyoshi Nakada
2019-11-05Share test-bundled-gems-run in common.mkNobuyoshi Nakada
2019-10-28Clean mjit and timestamp directoriesNobuyoshi Nakada
2019-10-18Use `_` instead of `_n_`Kazuhiro NISHIYAMA