index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
load.c
Age
Commit message (
Expand
)
Author
2017-09-25
vm.c: fetch retval iff necessary
nobu
2017-09-24
load.c: fix rb_load_protect condition
nobu
2017-09-21
load.c: real path to load
nobu
2017-06-28
move fields to ec.
ko1
2017-06-23
use "enum ruby_tag_type" and TAG_NONE.
ko1
2017-06-07
load.c: get rid of side effects
nobu
2017-06-04
load.c: encode to OS path outside PUSH_TAG
nobu
2017-06-01
load.c: convert by rb_get_path_check
nobu
2017-04-29
load.c: remove a redundant rb_str_freeze call
normal
2017-04-27
Send the backtrace of the circular require warning as a single String to Warn...
eregon
2017-04-27
load.c: make fstrings from C strings sooner
normal
2017-04-25
load.c: backtrace of circular require
nobu
2017-04-07
introduce imemo_type_p(v, imemo_type)
ko1
2017-03-01
deduplicate strings sooner at load and compile
normal
2016-12-09
Adjust indent [ci skip]
nobu
2016-12-05
Add a comment.
shugo
2016-12-05
Don't insert an entry to loading_tbl if another thread succeed to load.
shugo
2016-10-06
load.c: setup syntax error backtrace
nobu
2016-10-06
load.c: fix load/require context
nobu
2016-07-28
* vm_core.h: revisit the structure of frame, block and env.
ko1
2016-05-05
use TH_JUMP_TAG
nobu
2016-04-09
load.c: fix r54521
nobu
2016-04-09
load.c: raise name before conversion
nobu
2016-03-28
remove rb_thread_t::parse_in_eval
nobu
2016-03-19
SyntaxError message at iseq compile
nobu
2015-12-08
* introduce new ISeq binary format serializer/de-serializer
ko1
2015-12-06
introduce rb_autoload_str to replace rb_autoload
normal
2015-10-31
internal.h: RUBY_DTRACE_HOOK
nobu
2015-08-13
load.c (features_index_add): avoid repeat calculation
normal
2015-08-12
load.c: match comment with variable (`e' => `ext') [ci skip]
normal
2015-07-31
load.c: use rb_load_internal0
nobu
2015-07-30
load.c: stop separating exits at loading
nobu
2015-07-30
load.c: avoid segfault when 'throw' occurs in the middle of rb_load_file_str
nobu
2015-07-26
load.c: use enum
nobu
2015-07-21
* make rb_iseq_t T_IMEMO object (type is imemo_iseq).
ko1
2015-07-21
load.c (ruby_dln_librefs): make static
normal
2015-07-18
load.c: use TAG_RETURN
nobu
2015-07-18
load.c: reduce EXEC_TAGs
nobu
2015-07-16
load.c: use fstring for loaded features and expanded load path
normal
2015-06-24
load.c: use RB_GC_GUARD
nobu
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 to
tenderlove
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 for
tenderlove
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-24
eval.c: use the given thread
nobu
2014-12-03
load.c: reset errinfo
nobu
[next]