aboutsummaryrefslogtreecommitdiffstats
path: root/load.c
Commit message (Expand)AuthorAgeFilesLines
...
* load.c: fix invalid readnobu2013-05-231-5/+6
* * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko12013-05-131-5/+5
* * load.c (features_index_add): use rb_str_subseq() to specify C stringshirosaki2013-04-051-3/+3
* load.c: no longer used variable and objectnobu2013-03-241-2/+1
* load.c: loaded_features_index st_tablenobu2013-03-221-12/+25
* fix commit missnobu2013-03-091-1/+1
* load.c: hide internal objectsnobu2013-03-091-5/+6
* load.c: move loop invariant conditionnobu2013-03-081-34/+36
* load.c: reduce indexes arraysnobu2013-03-081-5/+30
* load.c: reorder conditionsnobu2013-03-081-4/+7
* * probes.d: updating probes to be more symmetrical, addingtenderlove2013-01-101-2/+6
* * load.c (load_lock): if thread shield is destroyed and there is noglass2013-01-091-1/+1
* * load.c (load_lock): revert r38744. it should acquire new threadglass2013-01-091-0/+3
* * load.c (load_lock): fix not to delete thread shield twice.glass2013-01-091-3/+0
* error.c: rb_write_error_strnobu2012-12-251-0/+1
* * vm.c (rb_vm_jump_tag_but_local_jump): remove unnessesary 2ndnagachika2012-12-181-1/+1
* adjust style.nobu2012-12-011-24/+20
* * probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove2012-11-121-0/+40
* Fix typos in commentsshirosaki2012-11-061-2/+2
* Fix compatibility of cached expanded load pathshirosaki2012-11-051-8/+89
* Cache the expanded load pathshirosaki2012-11-051-7/+28
* Index $LOADED_FEATURES so that require isn't so slowshirosaki2012-11-051-25/+144
* Expose whether two arrays are sharedshirosaki2012-11-051-1/+1
* Clarify and explain loaded_feature_path and rb_feature_pshirosaki2012-11-051-12/+41
* load.c: adjust stylenobu2012-10-291-6/+7
* Improve require/File.expand_path performance on Windowsluislavena2012-08-241-2/+2
* load.c: keep encoding of feature namenobu2012-08-231-5/+5
* ThreadShieldnobu2012-07-051-6/+6
* * thread.c (rb_threadptr_execute_interrupts_common):naruse2012-05-111-1/+2
* * st.c (st_update): pass pointer to key to the callback function.nobu2012-03-291-2/+2
* * st.c (st_update): add existing parameter to the callback function.nobu2012-03-291-1/+2
* * load.c (ruby_init_ext): don't free the given pointer itself.yugui2012-03-161-2/+3
* * error.c (rb_load_fail): should honor encoding.nobu2012-03-071-3/+1
* * load.c (load_failed): no need to guard fname, it's stored in the exception ...nobu2012-03-071-1/+0
* * error.c (rb_loaderror_with_path): Adding the missing file as antenderlove2012-03-061-4/+5
* * load.c (rb_f_require): Add note to require for scope of items in thedrbrain2012-02-231-0/+5
* * load.c (load_unlock): update loading table at once.nobu2012-01-131-9/+13
* * load.c (load_unlock): release loading barrier and then remove itnobu2011-12-141-6/+4
* * load.c (load_lock): delete the loading barrier if it has beennobu2011-12-141-1/+9
* * load.c (load_unlock): all threads requiring one file shouldnobu2011-12-131-3/+5
* * load.c (rb_feature_p): lazy assigned load_path searched innobu2011-12-121-1/+1
* * load.c (rb_f_require): Improve documentation of Kernel#require.drbrain2011-08-231-16/+25
* * eval_error.c (rb_print_undef_str): new function to raisenobu2011-07-261-1/+5
* * load.c (rb_f_autoload): prevent to autoload for singletonmrkn2011-07-101-1/+1
* * eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don'takr2011-06-181-1/+0
* * internal.h: declare internal functions here.akr2011-06-171-1/+1
* * load.c (loaded_feature_path): cut nonsence loop execution to fixtarui2011-05-311-4/+15
* * include/ruby/defines.h (CASEFOLD_FILESYSTEM): Revert r30508. See #4255.nahi2011-05-221-17/+8
* * load.c (rb_get_expanded_load_path): always expand load paths.nobu2011-02-051-8/+0
* * include/ruby/defines.h (CASEFOLD_FILESYSTEM): HFS+ is casenobu2011-01-101-8/+17