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
2014-07-09
* parse.y: change Symbol <-> ID relationship to avoid
ko1
2014-03-26
* parse.y: support Symbol GC. [ruby-trunk Feature #9634]
nari
2014-03-02
load.c (ruby_init_ext): make idempotent to suppress warnings
normal
2014-02-14
load.c: call init
nobu
2013-12-03
* load.c (features_index_add_single): Move loaded_features_index array values...
tmm1
2013-11-03
load.c: defer initalization of static-linked-ext
nobu
2013-11-01
load.c: suppress warning
nobu
2013-11-01
load.c: use local variable
nobu
2013-10-28
load.c: share feature names
nobu
2013-10-08
load.c: display backtrace to $stderr
nobu
2013-07-26
load.c: search in OS path encoding
nobu
2013-06-22
load.c: suppress warning
nobu
2013-06-12
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2013-06-07
* internal.h (numberof): Gathered from various files.
akr
2013-05-23
load.c: fix invalid read
nobu
2013-05-13
* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro
ko1
2013-04-05
* load.c (features_index_add): use rb_str_subseq() to specify C string
shirosaki
2013-03-24
load.c: no longer used variable and object
nobu
2013-03-22
load.c: loaded_features_index st_table
nobu
2013-03-09
fix commit miss
nobu
2013-03-09
load.c: hide internal objects
nobu
2013-03-08
load.c: move loop invariant condition
nobu
2013-03-08
load.c: reduce indexes arrays
nobu
2013-03-08
load.c: reorder conditions
nobu
2013-01-10
* probes.d: updating probes to be more symmetrical, adding
tenderlove
2013-01-09
* load.c (load_lock): if thread shield is destroyed and there is no
glass
2013-01-09
* load.c (load_lock): revert r38744. it should acquire new thread
glass
2013-01-09
* load.c (load_lock): fix not to delete thread shield twice.
glass
2012-12-25
error.c: rb_write_error_str
nobu
2012-12-18
* vm.c (rb_vm_jump_tag_but_local_jump): remove unnessesary 2nd
nagachika
2012-12-01
adjust style.
nobu
2012-11-12
* probes.d: add DTrace probe declarations. [ruby-core:27448]
tenderlove
2012-11-06
Fix typos in comments
shirosaki
2012-11-05
Fix compatibility of cached expanded load path
shirosaki
2012-11-05
Cache the expanded load path
shirosaki
2012-11-05
Index $LOADED_FEATURES so that require isn't so slow
shirosaki
2012-11-05
Expose whether two arrays are shared
shirosaki
2012-11-05
Clarify and explain loaded_feature_path and rb_feature_p
shirosaki
2012-10-29
load.c: adjust style
nobu
2012-08-24
Improve require/File.expand_path performance on Windows
luislavena
2012-08-23
load.c: keep encoding of feature name
nobu
2012-07-05
ThreadShield
nobu
2012-05-11
* thread.c (rb_threadptr_execute_interrupts_common):
naruse
2012-03-29
* st.c (st_update): pass pointer to key to the callback function.
nobu
2012-03-29
* st.c (st_update): add existing parameter to the callback function.
nobu
2012-03-16
* load.c (ruby_init_ext): don't free the given pointer itself.
yugui
2012-03-07
* error.c (rb_load_fail): should honor encoding.
nobu
2012-03-07
* load.c (load_failed): no need to guard fname, it's stored in the exception ...
nobu
2012-03-06
* error.c (rb_loaderror_with_path): Adding the missing file as an
tenderlove
2012-02-23
* load.c (rb_f_require): Add note to require for scope of items in the
drbrain
[next]