aboutsummaryrefslogtreecommitdiffstats
path: root/template
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* prelude.c.tmpl: fix optimization optionsnobu2017-12-251-1/+9
* prelude.c.tmpl: fix line numbernobu2017-12-061-1/+1
* fix for emoji-data.txtnobu2017-12-021-1/+1
* prelude.c.tmpl: escape commentsnobu2017-12-011-5/+7
* prelude.c.tmpl: split prelude codenobu2017-12-011-10/+38
* revert r60873usa2017-12-011-1/+0
* Skip comment linesusa2017-11-211-0/+1
* iseq.c: operand lvarnobu2017-11-091-0/+24
* * node.h (ast_t): renamed to `rb_ast_t`.ko12017-10-291-1/+1
* Revert "Revert "Manage AST NODEs out of GC""mame2017-10-271-3/+7
* Revert "Manage AST NODEs out of GC"mame2017-10-271-7/+3
* Manage AST NODEs out of GCmame2017-10-271-3/+7
* fix missing variables in ruby.pcnobu2017-10-161-0/+2
* verconf.h.tmpl: site and vendor directoriesnobu2017-10-091-2/+2
* sizes.c.tmpl: prototypenobu2017-09-291-1/+1
* ruby-runner.c: RUBYLIBnobu2017-09-241-0/+4
* pack insn_operand_info and insn_len_infonobu2017-08-221-13/+8
* pack insns_name_infonobu2017-08-221-5/+14
* tool/instruction.rb: move logics to templatesnobu2017-08-227-47/+124
* insns.inc.tmpl: ensure info sizenobu2017-08-225-0/+15
* * remove trailing spaces.svn2017-07-221-34/+34
* Add documentsyugui2017-07-221-3/+3
* * template/exts.mk.tmpl: extract SUBMAKEOPTS from sub exts.mk files too. [Bu...nobu2017-07-081-6/+1
* exts.mk.tmpl: fix multiple rubiesnobu2017-05-141-0/+3
* suppress warning: shadowing outer local variablenaruse2017-04-231-7/+7
* exts.mk: refine notes [Feature #13302]nobu2017-04-211-17/+17
* common.mk: separate notenobu2017-04-201-1/+1
* extmk.rb: fail for mandatory librariesnobu2017-04-201-1/+5
* nodoc UnicodeNormalize modulestomar2017-04-121-1/+1
* Freeze RbConfig::SIZEOF and RbConfig::LIMITSnobu2017-04-062-1/+3
* Rename RbConfig::Limits as RbConfig::LIMITSnobu2017-04-061-1/+1
* exts.mk.tmpl: note footer [ci skip]nobu2017-03-311-1/+3
* MINIRUBY for cross-complingnobu2017-03-031-0/+1
* Makefile.in: by exts.mknobu2017-02-271-0/+9
* parse.y: TOKEN2IDnobu2017-02-111-7/+19
* MFLAGS for nmakenobu2017-02-102-8/+10
* common.mk: remove explicit MFLAGSnobu2017-02-011-3/+3
* limits.c.tmpl: fallback ULLONG_MAXnobu2017-01-311-0/+3
* make FIXNUM_MAX visible from Rubyshyouhei2017-01-302-0/+95
* extmk.rb: remove clean and install modenobu2017-01-281-1/+1