aboutsummaryrefslogtreecommitdiffstats
path: root/template
Commit message (Expand)AuthorAgeFilesLines
* Use `_` instead of `_n_`Kazuhiro NISHIYAMA2019-10-181-1/+1
* Suppress numbered parameter warningsNobuyoshi Nakada2019-10-181-1/+1
* Pass $(XRUBY) to test-bundled-gems.rb since RbConfig.ruby is incorrect for mi...Benoit Daloze2019-09-291-1/+1
* Move the logic to test bundled gems to Ruby codeBenoit Daloze2019-09-291-9/+1
* Fixed wrong usage of file2lastrev.rbNobuyoshi Nakada2019-09-071-1/+1
* add include/ruby/backward/cxxanyargs.hpp卜部昌平2019-09-061-1/+1
* Moved INCFLAGS to XCFLAGS from CPPFLAGS as well as mswinNobuyoshi Nakada2019-08-261-3/+3
* rb_mjit_header.h is not worth documenting [ci skip]卜部昌平2019-08-261-1/+1
* test-bundled-gems-run: Respect -k optionNobuyoshi Nakada2019-07-241-3/+6
* Reduced duplicate commands in test-bundled-gems-runNobuyoshi Nakada2019-07-241-6/+4
* Improve build process and coroutine implementation selection.Samuel Williams2019-07-181-1/+2
* Added depend filesNobuyoshi Nakada2019-07-141-0/+2
* Substitue suffixes with dotNobuyoshi Nakada2019-07-011-1/+1
* Use configured ASMEXTNobuyoshi Nakada2019-07-011-1/+1
* Moved Makefile.in under templateNobuyoshi Nakada2019-06-071-0/+646
* Revert "Moved Makefile.in under template"Nobuyoshi Nakada2019-06-071-646/+0
* Moved Makefile.in under templateNobuyoshi Nakada2019-06-071-0/+646
* template/prelude.c.tmpl: allow UTF-8 charactersnobu2019-04-191-1/+2
* fake.rb.in: split by whitespaces not to be affected by -F optionnobu2019-04-181-1/+1
* change lib/unicode_normalize/tables.rb to single item per line to make diffs ...duerst2019-04-041-9/+9
* Disable tailcall optimization [Bug #15303]nobu2018-12-121-1/+1
* Let sub-directory exts depend on their parent extmrkn2018-12-011-5/+16
* Moved REVISION_FORCE before uncommon.mknobu2018-11-131-0/+5
* ruby-runner.c: enable MJIT_SEARCH_BUILD_DIRnobu2018-11-071-0/+2
* Fix template/fake.rb.in if ENV["RUBYOPT"] is nileregon2018-08-271-2/+2
* Fix template/fake.rb.in when external and internal encodings are seteregon2018-08-271-2/+2
* reduce copy & pasteshyouhei2018-07-301-6/+4
* fake.rb.in: duplicated RUBYOPTnobu2018-07-031-1/+6
* Remove flip-flop usages from build scriptsmame2018-06-152-22/+31
* Bootstrapping ruby runtime might not have RubyVM::MJIT defined.nobu2018-06-151-1/+1
* fake.rb: fix RUBY_DESCRIPTION for MJITnobu2018-05-291-2/+4
* fake.rb: fix RUBY_DESCRIPTION for MJITnobu2018-05-291-2/+5
* parse.y: NUL-terminate ruby_sourcefilenobu2018-03-191-7/+6
* configure.ac: library options to MAINLIBSnobu2018-03-021-0/+1
* Escape MINIRUBY in --make-flags to extmk.rbnobu2018-02-191-1/+1
* MJIT header for multiarchnobu2018-02-081-1/+1
* mjit headers for universal binarynobu2018-02-061-0/+1
* Fix a typo.hsbt2018-01-121-1/+1
* delete tool/instruction.rb (2nd try)shyouhei2018-01-1211-887/+0
* merge revisions 61753:61750 61747:61740 61737:61728shyouhei2018-01-1011-0/+887
* delete tool/instruction.rbshyouhei2018-01-0911-887/+0
* insns_info.inc.tmpl: split rb_vm_insn_name_infonobu2018-01-091-3/+16
* make rb_iseq_new* accept rb_ast_body_t instead of NODE*mame2018-01-051-1/+1
* node.h: define rb_ast_body_t and restructure rb_ast_tmame2018-01-051-2/+2
* insns_info.inc.tmpl: share large tablesenobu2018-01-041-10/+18
* insns_info.inc: position independentnobu2018-01-041-12/+8
* string literal longer than 509 characters is a C99ismshyouhei2018-01-021-0/+8
* prelude.c.tmpl: get rid of warnings on old gccnobu2017-12-311-2/+2
* prelude.c.tmpl: get rid of errors with old gccnobu2017-12-251-6/+6
* prelude.c.tmpl: static literalsnobu2017-12-251-7/+8