summaryrefslogtreecommitdiff
path: root/load.c
AgeCommit message (Expand)Author
2020-10-21Don't redefine #rb_intern over and over againStefan Stüben
2020-10-09rb_class_real never returns QnilNobuyoshi Nakada
2020-07-09Document that Kernel#load will load relative to current directory [ci skip]Jeremy Evans
2020-06-29search_required: do not goto into a branch卜部昌平
2020-06-29rb_feature_p: do not goto into a branch卜部昌平
2020-06-01[DOC] relative filename `Kernel#.require` and `Kernel#.load` [ci skip]MSP-Greg
2020-05-30[DOC] refined `Kernel#.require` and `Kernel#.load` [ci skip]Nobuyoshi Nakada
2020-05-30[DOC] mentioned "explicit relative path" [ci skip]Nobuyoshi Nakada
2020-04-30Remove deprecated rb_require_safeJeremy Evans
2020-02-04Add the loaded feature after no exception raisedNobuyoshi Nakada
2019-12-26decouple internal.h headers卜部昌平
2019-12-03Fixed stack overflow [Bug #16382]Nobuyoshi Nakada
2019-11-19care about TAG_FATAL.Koichi Sasada
2019-11-18Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans
2019-11-14delete unused functions卜部昌平
2019-08-29drop-in type check for rb_define_global_function卜部昌平
2019-08-27delete `$` sign from C identifiers卜部昌平
2019-08-27struct MEMO now free from ANYARGS卜部昌平
2019-08-27rb_define_hooked_variable now free from ANYARGS卜部昌平
2019-08-18Omit a tag unless loading with a wrapper moduleNobuyoshi Nakada
2019-08-09Should require without wrapper moduleNobuyoshi Nakada
2019-08-08Reduce unnecessary EXEC_TAG in requireNobuyoshi Nakada
2019-08-08solve "duplicate :raise event" in require too [Bug #15877]Nobuyoshi Nakada
2019-08-08Use `ec` instead of `th->ec` where the `th` came from the `ec`Nobuyoshi Nakada
2019-08-08* expand tabs.git
2019-08-08solve "duplicate :raise event" [Bug #15877]Koichi Sasada
2019-08-05Do not expect RSTRING_PTR valid after rb_fstringNobuyoshi Nakada
2019-08-04* expand tabs.git
2019-08-04Fix dangling path name from fstringNobuyoshi Nakada
2019-07-14Add a /* fall through */ commentYusuke Endoh
2019-07-13Document $LOAD_PATH.resolve_feature_path in globals.rdocBenoit Daloze
2019-07-11$LOAD_PATH.resolve_feature_pathNobuyoshi Nakada
2019-06-21Turned `recur` into `int` [Feature #15777]Nobuyoshi Nakada
2019-06-21Add an optional `inherit` argument to Module#autoload?Jean Boussier
2019-03-22[DOC] fix markups [ci skip]nobu
2018-12-31* expand tabs.svn
2018-12-31load.c: resolve_feature_pathnobu
2018-12-30vm.c: Move the rdoc of RubyVM.resolve_feature_path [Bug #15482]mame
2018-12-27fix missed script_compiled events. [Bug #15471]ko1
2018-12-06`script_compiled` TracePoint event [Feature #15287]ko1
2018-12-06load.c (RubyVM.resolve_feature_path): New method. [Feature #15230]mame
2018-10-13Prefer `rb_fstring_lit` over `rb_fstring_cstr`nobu
2018-05-21load.c: use ruby_sized_xfree for calloc-ed RArray VALUEnormal
2018-02-14load.c: reduce memory usage of loaded_features_indextenderlove
2018-01-20load.c: use rb_warning directlynormal
2018-01-09internal.h: remove dependecy on ruby/encoding.hnobu
2018-01-05make rb_iseq_new* accept rb_ast_body_t instead of NODE*mame
2018-01-05node.h: define rb_ast_body_t and restructure rb_ast_tmame
2017-12-06remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`.ko1
2017-11-12load.c: cwd encodingnobu