summaryrefslogtreecommitdiff
path: root/load.c
AgeCommit message (Expand)Author
2013-12-03* load.c (features_index_add_single): Move loaded_features_index array values...tmm1
2013-11-03load.c: defer initalization of static-linked-extnobu
2013-11-01load.c: suppress warningnobu
2013-11-01load.c: use local variablenobu
2013-10-28load.c: share feature namesnobu
2013-10-08load.c: display backtrace to $stderrnobu
2013-07-26load.c: search in OS path encodingnobu
2013-06-22load.c: suppress warningnobu
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-06-07* internal.h (numberof): Gathered from various files.akr
2013-05-23load.c: fix invalid readnobu
2013-05-13* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko1
2013-04-05* load.c (features_index_add): use rb_str_subseq() to specify C stringshirosaki
2013-03-24load.c: no longer used variable and objectnobu
2013-03-22load.c: loaded_features_index st_tablenobu
2013-03-09fix commit missnobu
2013-03-09load.c: hide internal objectsnobu
2013-03-08load.c: move loop invariant conditionnobu
2013-03-08load.c: reduce indexes arraysnobu
2013-03-08load.c: reorder conditionsnobu
2013-01-10* probes.d: updating probes to be more symmetrical, addingtenderlove
2013-01-09* load.c (load_lock): if thread shield is destroyed and there is noglass
2013-01-09* load.c (load_lock): revert r38744. it should acquire new threadglass
2013-01-09* load.c (load_lock): fix not to delete thread shield twice.glass
2012-12-25error.c: rb_write_error_strnobu
2012-12-18* vm.c (rb_vm_jump_tag_but_local_jump): remove unnessesary 2ndnagachika
2012-12-01adjust style.nobu
2012-11-12* probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove
2012-11-06Fix typos in commentsshirosaki
2012-11-05Fix compatibility of cached expanded load pathshirosaki
2012-11-05Cache the expanded load pathshirosaki
2012-11-05Index $LOADED_FEATURES so that require isn't so slowshirosaki
2012-11-05Expose whether two arrays are sharedshirosaki
2012-11-05Clarify and explain loaded_feature_path and rb_feature_pshirosaki
2012-10-29load.c: adjust stylenobu
2012-08-24Improve require/File.expand_path performance on Windowsluislavena
2012-08-23load.c: keep encoding of feature namenobu
2012-07-05ThreadShieldnobu
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 antenderlove
2012-02-23* load.c (rb_f_require): Add note to require for scope of items in thedrbrain
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 itnobu
2011-12-14* load.c (load_lock): delete the loading barrier if it has beennobu
2011-12-13* load.c (load_unlock): all threads requiring one file shouldnobu