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
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
2012-01-13
* load.c (load_unlock): update loading table at once.
nobu
2011-12-14
* load.c (load_unlock): release loading barrier and then remove it
nobu
2011-12-14
* load.c (load_lock): delete the loading barrier if it has been
nobu
2011-12-13
* load.c (load_unlock): all threads requiring one file should
nobu
2011-12-12
* load.c (rb_feature_p): lazy assigned load_path searched in
nobu
2011-08-23
* load.c (rb_f_require): Improve documentation of Kernel#require.
drbrain
2011-07-26
* eval_error.c (rb_print_undef_str): new function to raise
nobu
2011-07-10
* load.c (rb_f_autoload): prevent to autoload for singleton
mrkn
2011-06-18
* eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don't
akr
2011-06-17
* internal.h: declare internal functions here.
akr
2011-05-31
* load.c (loaded_feature_path): cut nonsence loop execution to fix
tarui
2011-05-22
* include/ruby/defines.h (CASEFOLD_FILESYSTEM): Revert r30508. See #4255.
nahi
2011-02-05
* load.c (rb_get_expanded_load_path): always expand load paths.
nobu
2011-01-10
* include/ruby/defines.h (CASEFOLD_FILESYSTEM): HFS+ is case
nobu
2010-12-25
* load.c (rb_f_require_relative): don't omit return type.
nobu
2010-12-25
Document require_relative
drbrain
2010-12-18
* load.c: parenthesize macro arguments.
akr
2010-09-04
* load.c (ruby_init_ext): export for golfers.
nobu
2010-08-29
* load.c (rb_provide_feature): clarify error message for frozen
nobu
2010-08-29
* load.c (load_failed): should honor encoding. [ruby-core:31915]
nobu
2010-06-18
* ruby.c: add prototype of rb_realpath_internal.
naruse
2010-06-17
* load.c (rb_load_internal): remove call to rb_realpath_internal
mame
2010-06-03
* load.c (ruby_init_ext): statically linked extensions have no
nobu
2010-05-30
* load.c (load_failed): use more accurate error message.
mame
[next]