Age | Commit message (Expand) | Author |
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 |
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 |