aboutsummaryrefslogtreecommitdiffstats
path: root/load.c
Commit message (Expand)AuthorAgeFilesLines
* Add the loaded feature after no exception raisedNobuyoshi Nakada2020-03-131-2/+1
* Fixed stack overflow [Bug #16382]Nobuyoshi Nakada2019-12-031-1/+1
* care about TAG_FATAL.Koichi Sasada2019-11-191-1/+4
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-30/+38
* delete unused functions卜部昌平2019-11-141-7/+0
* drop-in type check for rb_define_global_function卜部昌平2019-08-291-1/+1
* delete `$` sign from C identifiers卜部昌平2019-08-271-3/+3
* struct MEMO now free from ANYARGS卜部昌平2019-08-271-1/+1
* rb_define_hooked_variable now free from ANYARGS卜部昌平2019-08-271-3/+10
* Omit a tag unless loading with a wrapper moduleNobuyoshi Nakada2019-08-181-11/+13
* Should require without wrapper moduleNobuyoshi Nakada2019-08-091-0/+7
* Reduce unnecessary EXEC_TAG in requireNobuyoshi Nakada2019-08-081-24/+55
* solve "duplicate :raise event" in require too [Bug #15877]Nobuyoshi Nakada2019-08-081-1/+0
* Use `ec` instead of `th->ec` where the `th` came from the `ec`Nobuyoshi Nakada2019-08-081-4/+4
* * expand tabs.git2019-08-081-1/+1
* solve "duplicate :raise event" [Bug #15877]Koichi Sasada2019-08-081-32/+11
* Do not expect RSTRING_PTR valid after rb_fstringNobuyoshi Nakada2019-08-051-2/+2
* * expand tabs.git2019-08-041-1/+1
* Fix dangling path name from fstringNobuyoshi Nakada2019-08-041-1/+1
* Add a /* fall through */ commentYusuke Endoh2019-07-141-0/+1
* Document $LOAD_PATH.resolve_feature_path in globals.rdocBenoit Daloze2019-07-131-2/+1
* $LOAD_PATH.resolve_feature_pathNobuyoshi Nakada2019-07-111-0/+1
* Turned `recur` into `int` [Feature #15777]Nobuyoshi Nakada2019-06-211-2/+1
* Add an optional `inherit` argument to Module#autoload?Jean Boussier2019-06-211-9/+26
* [DOC] fix markups [ci skip]nobu2019-03-221-4/+4
* * expand tabs.svn2018-12-311-1/+1
* load.c: resolve_feature_pathnobu2018-12-311-3/+11
* vm.c: Move the rdoc of RubyVM.resolve_feature_path [Bug #15482]mame2018-12-301-10/+1
* fix missed script_compiled events. [Bug #15471]ko12018-12-271-3/+2
* `script_compiled` TracePoint event [Feature #15287]ko12018-12-061-1/+3
* load.c (RubyVM.resolve_feature_path): New method. [Feature #15230]mame2018-12-061-0/+36
* Prefer `rb_fstring_lit` over `rb_fstring_cstr`nobu2018-10-131-1/+1
* load.c: use ruby_sized_xfree for calloc-ed RArray VALUEnormal2018-05-211-1/+1
* load.c: reduce memory usage of loaded_features_indextenderlove2018-02-141-21/+20
* load.c: use rb_warning directlynormal2018-01-201-3/+1
* internal.h: remove dependecy on ruby/encoding.hnobu2018-01-091-1/+2
* 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-1/+1
* remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`.ko12017-12-061-6/+6
* load.c: cwd encodingnobu2017-11-121-11/+2
* th->ec: rb_load_internal0ko12017-11-071-11/+12
* * node.h (ast_t): renamed to `rb_ast_t`.ko12017-10-291-2/+2
* Revert "Revert "Manage AST NODEs out of GC""mame2017-10-271-3/+4
* Revert "Manage AST NODEs out of GC"mame2017-10-271-4/+3
* Manage AST NODEs out of GCmame2017-10-271-3/+4
* introduce EC_*_TAG() instead of TH_*_TAG()ko12017-10-261-5/+5
* Use rb_execution_context_t instead of rb_thread_tko12017-10-261-6/+6
* vm.c: fetch retval iff necessarynobu2017-09-251-0/+2
* load.c: fix rb_load_protect conditionnobu2017-09-241-1/+1
* load.c: real path to loadnobu2017-09-211-1/+2