summaryrefslogtreecommitdiff
path: root/load.c
AgeCommit message (Expand)Author
2016-07-28* vm_core.h: revisit the structure of frame, block and env.ko1
2016-05-05use TH_JUMP_TAGnobu
2016-04-09load.c: fix r54521nobu
2016-04-09load.c: raise name before conversionnobu
2016-03-28remove rb_thread_t::parse_in_evalnobu
2016-03-19SyntaxError message at iseq compilenobu
2015-12-08* introduce new ISeq binary format serializer/de-serializerko1
2015-12-06introduce rb_autoload_str to replace rb_autoloadnormal
2015-10-31internal.h: RUBY_DTRACE_HOOKnobu
2015-08-13load.c (features_index_add): avoid repeat calculationnormal
2015-08-12load.c: match comment with variable (`e' => `ext') [ci skip]normal
2015-07-31load.c: use rb_load_internal0nobu
2015-07-30load.c: stop separating exits at loadingnobu
2015-07-30load.c: avoid segfault when 'throw' occurs in the middle of rb_load_file_strnobu
2015-07-26load.c: use enumnobu
2015-07-21* make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko1
2015-07-21load.c (ruby_dln_librefs): make staticnormal
2015-07-18load.c: use TAG_RETURNnobu
2015-07-18load.c: reduce EXEC_TAGsnobu
2015-07-16load.c: use fstring for loaded features and expanded load pathnormal
2015-06-24load.c: use RB_GC_GUARDnobu
2015-06-03* vm_method.c: rename `rb_frame_...' to `rb_scope_...'.ko1
2015-06-03* vm.c: eagerly allocate `loading_table`. This eliminates the need totenderlove
2015-06-03* method.h: split rb_method_definition_t::flag to several flags.ko1
2015-05-31* eval_intern.h, vm_method.c: move macros to functions.ko1
2015-05-16* load.c (loaded_feature_path): stop returning false negatives fortenderlove
2015-03-11* load.c: removed unused header file "node.h".ko1
2015-03-11* internal.h: use T_IMEMO to represent `struct MEMO' value.ko1
2015-03-11* internal.h: define struct MEMO.ko1
2015-02-24eval.c: use the given threadnobu
2014-12-03load.c: reset errinfonobu
2014-12-03encoding.c: load by rb_require_internalnobu
2014-12-03load.c: defer static linked initnobu
2014-12-03load.c: tweak the return valuenobu
2014-12-03dmyenc.c: try to load encdbnobu
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-10-29load.c: transcode pathnobu
2014-09-30protoize no-arguments functionsnobu
2014-07-09* parse.y: change Symbol <-> ID relationship to avoidko1
2014-03-26* parse.y: support Symbol GC. [ruby-trunk Feature #9634]nari
2014-03-02load.c (ruby_init_ext): make idempotent to suppress warningsnormal
2014-02-14load.c: call initnobu
2013-12-03* load.c (features_index_add_single): Move loaded_features_index array values...tmm1
2013-11-03load.c: defer initalization of static-linked-extnobu
2013-11-01load.c: suppress warningnobu
2013-11-01load.c: use local variablenobu
2013-10-28load.c: share feature namesnobu
2013-10-08load.c: display backtrace to $stderrnobu
2013-07-26load.c: search in OS path encodingnobu
2013-06-22load.c: suppress warningnobu