aboutsummaryrefslogtreecommitdiffstats
path: root/load.c
Commit message (Expand)AuthorAgeFilesLines
* Suppress a "clobbered" warning by gcc on macOSNobuyoshi Nakada2020-12-111-4/+4
* rb_ext_ractor_safe() to declare ractor-safe extKoichi Sasada2020-12-011-0/+26
* Don't redefine #rb_intern over and over againStefan Stüben2020-10-211-4/+2
* rb_class_real never returns QnilNobuyoshi Nakada2020-10-091-1/+1
* Document that Kernel#load will load relative to current directory [ci skip]Jeremy Evans2020-07-091-3/+15
* search_required: do not goto into a branch卜部昌平2020-06-291-3/+5
* rb_feature_p: do not goto into a branch卜部昌平2020-06-291-3/+5
* [DOC] relative filename `Kernel#.require` and `Kernel#.load` [ci skip]MSP-Greg2020-06-011-0/+2
* [DOC] refined `Kernel#.require` and `Kernel#.load` [ci skip]Nobuyoshi Nakada2020-05-301-6/+6
* [DOC] mentioned "explicit relative path" [ci skip]Nobuyoshi Nakada2020-05-301-10/+14
* Remove deprecated rb_require_safeJeremy Evans2020-04-301-17/+0
* Add the loaded feature after no exception raisedNobuyoshi Nakada2020-02-041-2/+1
* decouple internal.h headers卜部昌平2019-12-261-4/+11
* 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