summaryrefslogtreecommitdiff
path: root/template/prelude.c.tmpl
Commit message (Expand)AuthorAgeFilesLines
* Check loading built-in binariesNobuyoshi Nakada2023-03-081-3/+3
* Follow up "Rework `first_lineno` to be `int`."Nobuyoshi Nakada2022-10-281-1/+1
* Support sub-library in builtin-loaderNobuyoshi Nakada2022-09-091-65/+5
* Move RDoc `--`/`++` directives to commentsNobuyoshi Nakada2022-09-091-1/+1
* Expand tabs [ci skip]Takashi Kokubun2022-07-211-19/+19
* Use rb_cObject instead of rb_cDataNobuyoshi Nakada2021-12-311-1/+1
* [Feature #18290] Remove all usages of rb_gc_force_recyclePeter Zhu2021-11-081-3/+0
* prelude.c.tmpl: strip comment-only or empty lines at the beginningNobuyoshi Nakada2021-06-061-8/+19
* check isolated Proc more strictlyKoichi Sasada2020-10-291-1/+1
* template/prelude.c.tmpl: suppress clang-12 warning卜部昌平2020-08-111-0/+6
* tool/prelude.c.tmpl: use RubyVM::CEscape卜部昌平2020-08-111-19/+7
* decouple internal.h headers卜部昌平2019-12-261-2/+3
* use compiled binary for gem_prelude.rb.Koichi Sasada2019-12-111-1/+1
* load prelude.rb by builtin features.Koichi Sasada2019-11-151-1/+1
* Embed builtin ruby scripts in miniprelude.cNobuyoshi Nakada2019-11-091-10/+51
* Fixed commit missNobuyoshi Nakada2019-11-091-1/+1
* Fixed `#line` directives in miniprelude.cNobuyoshi Nakada2019-11-091-4/+5
* template/prelude.c.tmpl: allow UTF-8 charactersnobu2019-04-191-1/+2
* Disable tailcall optimization [Bug #15303]nobu2018-12-121-1/+1
* reduce copy & pasteshyouhei2018-07-301-6/+4
* parse.y: NUL-terminate ruby_sourcefilenobu2018-03-191-7/+6
* 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
* 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
* 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
* * 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
* Update comments in prelude.c [ci skip]kazu2016-10-181-4/+4
* prelude.c.tmpl: optimizenobu2015-11-121-3/+20
* prelude.c.tmpl: workaroundnobu2015-09-261-10/+10
* prelude.c.tmpl: require_relativenobu2014-12-031-4/+8
* prelude.c.tmpl: no preludes, no code.nobu2014-11-271-2/+6
* * template/prelude.c.tmpl: Don't expand RbConfig::Config[...].akr2014-11-251-19/+3
* prelude.c.tmpl: strip prefixnobu2014-11-191-1/+1
* template/prelude.c.tmplnobu2014-11-111-0/+186