aboutsummaryrefslogtreecommitdiffstats
path: root/load.c
Commit message (Expand)AuthorAgeFilesLines
* * load.c: removed unused header file "node.h".ko12015-03-111-1/+0
* * internal.h: use T_IMEMO to represent `struct MEMO' value.ko12015-03-111-2/+2
* * internal.h: define struct MEMO.ko12015-03-111-3/+3
* eval.c: use the given threadnobu2015-02-241-4/+4
* load.c: reset errinfonobu2014-12-031-1/+4
* encoding.c: load by rb_require_internalnobu2014-12-031-1/+1
* load.c: defer static linked initnobu2014-12-031-2/+0
* load.c: tweak the return valuenobu2014-12-031-7/+15
* dmyenc.c: try to load encdbnobu2014-12-031-11/+30
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-2/+1
* load.c: transcode pathnobu2014-10-291-3/+5
* protoize no-arguments functionsnobu2014-09-301-1/+1
* * parse.y: change Symbol <-> ID relationship to avoidko12014-07-091-1/+1
* * parse.y: support Symbol GC. [ruby-trunk Feature #9634]nari2014-03-261-1/+1
* load.c (ruby_init_ext): make idempotent to suppress warningsnormal2014-03-021-0/+3
* load.c: call initnobu2014-02-141-0/+1
* * load.c (features_index_add_single): Move loaded_features_index array values...tmm12013-12-031-1/+7
* load.c: defer initalization of static-linked-extnobu2013-11-031-16/+47
* load.c: suppress warningnobu2013-11-011-5/+10
* load.c: use local variablenobu2013-11-011-3/+3
* load.c: share feature namesnobu2013-10-281-2/+4
* load.c: display backtrace to $stderrnobu2013-10-081-2/+1
* load.c: search in OS path encodingnobu2013-07-261-2/+3
* load.c: suppress warningnobu2013-06-221-2/+2
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-1/+0
* * internal.h (numberof): Gathered from various files.akr2013-06-071-2/+0
* 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