index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
load.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* introduce new ISeq binary format serializer/de-serializer
ko1
2015-12-08
1
-5
/
+11
*
introduce rb_autoload_str to replace rb_autoload
normal
2015-12-06
1
-1
/
+1
*
internal.h: RUBY_DTRACE_HOOK
nobu
2015-10-31
1
-30
/
+6
*
load.c (features_index_add): avoid repeat calculation
normal
2015-08-13
1
-2
/
+5
*
load.c: match comment with variable (`e' => `ext') [ci skip]
normal
2015-08-12
1
-2
/
+2
*
load.c: use rb_load_internal0
nobu
2015-07-31
1
-3
/
+5
*
load.c: stop separating exits at loading
nobu
2015-07-30
1
-6
/
+0
*
load.c: avoid segfault when 'throw' occurs in the middle of rb_load_file_str
nobu
2015-07-30
1
-1
/
+1
*
load.c: use enum
nobu
2015-07-26
1
-1
/
+1
*
* make rb_iseq_t T_IMEMO object (type is imemo_iseq).
ko1
2015-07-21
1
-2
/
+2
*
load.c (ruby_dln_librefs): make static
normal
2015-07-21
1
-1
/
+1
*
load.c: use TAG_RETURN
nobu
2015-07-18
1
-5
/
+4
*
load.c: reduce EXEC_TAGs
nobu
2015-07-18
1
-9
/
+26
*
load.c: use fstring for loaded features and expanded load path
normal
2015-07-16
1
-3
/
+3
*
load.c: use RB_GC_GUARD
nobu
2015-06-24
1
-1
/
+2
*
* vm_method.c: rename `rb_frame_...' to `rb_scope_...'.
ko1
2015-06-03
1
-1
/
+1
*
* vm.c: eagerly allocate `loading_table`. This eliminates the need to
tenderlove
2015-06-03
1
-54
/
+45
*
* method.h: split rb_method_definition_t::flag to several flags.
ko1
2015-06-03
1
-1
/
+1
*
* eval_intern.h, vm_method.c: move macros to functions.
ko1
2015-05-31
1
-1
/
+1
*
* load.c (loaded_feature_path): stop returning false negatives for
tenderlove
2015-05-16
1
-1
/
+1
*
* load.c: removed unused header file "node.h".
ko1
2015-03-11
1
-1
/
+0
*
* internal.h: use T_IMEMO to represent `struct MEMO' value.
ko1
2015-03-11
1
-2
/
+2
*
* internal.h: define struct MEMO.
ko1
2015-03-11
1
-3
/
+3
*
eval.c: use the given thread
nobu
2015-02-24
1
-4
/
+4
*
load.c: reset errinfo
nobu
2014-12-03
1
-1
/
+4
*
encoding.c: load by rb_require_internal
nobu
2014-12-03
1
-1
/
+1
*
load.c: defer static linked init
nobu
2014-12-03
1
-2
/
+0
*
load.c: tweak the return value
nobu
2014-12-03
1
-7
/
+15
*
dmyenc.c: try to load encdb
nobu
2014-12-03
1
-11
/
+30
*
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-15
1
-2
/
+1
*
load.c: transcode path
nobu
2014-10-29
1
-3
/
+5
*
protoize no-arguments functions
nobu
2014-09-30
1
-1
/
+1
*
* parse.y: change Symbol <-> ID relationship to avoid
ko1
2014-07-09
1
-1
/
+1
*
* parse.y: support Symbol GC. [ruby-trunk Feature #9634]
nari
2014-03-26
1
-1
/
+1
*
load.c (ruby_init_ext): make idempotent to suppress warnings
normal
2014-03-02
1
-0
/
+3
*
load.c: call init
nobu
2014-02-14
1
-0
/
+1
*
* load.c (features_index_add_single): Move loaded_features_index array values...
tmm1
2013-12-03
1
-1
/
+7
*
load.c: defer initalization of static-linked-ext
nobu
2013-11-03
1
-16
/
+47
*
load.c: suppress warning
nobu
2013-11-01
1
-5
/
+10
*
load.c: use local variable
nobu
2013-11-01
1
-3
/
+3
*
load.c: share feature names
nobu
2013-10-28
1
-2
/
+4
*
load.c: display backtrace to $stderr
nobu
2013-10-08
1
-2
/
+1
*
load.c: search in OS path encoding
nobu
2013-07-26
1
-2
/
+3
*
load.c: suppress warning
nobu
2013-06-22
1
-2
/
+2
*
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2013-06-12
1
-1
/
+0
*
* internal.h (numberof): Gathered from various files.
akr
2013-06-07
1
-2
/
+0
*
load.c: fix invalid read
nobu
2013-05-23
1
-5
/
+6
*
* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro
ko1
2013-05-13
1
-5
/
+5
*
* load.c (features_index_add): use rb_str_subseq() to specify C string
shirosaki
2013-04-05
1
-3
/
+3
*
load.c: no longer used variable and object
nobu
2013-03-24
1
-2
/
+1
[next]