summaryrefslogtreecommitdiffstats
path: root/load.c
Commit message (Expand)AuthorAgeFilesLines
* * load.c (rb_require_safe): raises when the path to be loaded isnobu2009-01-311-1/+5
* * load.c (rb_feature_provided): should not calculate len by pointershugo2009-01-291-1/+1
* * vm.c: add a prefix "rb_" to exposed functionsko12009-01-191-1/+1
* * ruby.c (set_arg0): use strlcpy() instead of strncpy().usa2008-12-161-1/+1
* * load.c (rb_feature_p): load path must be expanded.nobu2008-12-121-1/+18
* * load.c (rb_get_load_path): returns the load path withoutnobu2008-12-041-18/+14
* * load.c (rb_require_safe): destroys barrier after successfullynobu2008-11-111-4/+8
* * include/ruby/node.h, vm_core.h: move definition ofko12008-09-231-2/+1
* * common.mk: clean upko12008-09-231-0/+3
* * gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko12008-09-151-1/+1
* * include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu2008-08-161-5/+7
* * Add coverage measurement constant COVERAGE__. This constant is notmame2008-07-011-5/+5
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-1/+1
* * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko12008-05-191-3/+3
* * load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM.nobu2008-04-301-11/+20
* * load.c (rb_require_safe): should check fname path after $SAFE ismatz2008-04-081-2/+2
* * load.c (rb_provided): check expanded path for relative pathnobu2008-04-071-0/+6
* * load.c (rb_feature_p): get rid of unlimited alloca.nobu2008-01-161-1/+5
* * README.EXT.ja, dir.c, eval.c, eval_intern.h, lex.c.src,matz2007-12-251-1/+1
* * load.c (load_lock): reverted.nobu2007-12-241-2/+1
* * load.c (rb_feature_p): returns loading path name too.nobu2007-12-241-21/+38
* enable several rdoc.akr2007-12-241-4/+1
* * common.mk, *.ci: renamed to *.c.ko12007-12-201-0/+668