summaryrefslogtreecommitdiff
path: root/load.c
AgeCommit message (Expand)Author
2009-02-03* load.c (load_lock): warn for circular require. [ruby-core:20794],nobu
2009-01-31* load.c (rb_require_safe): raises when the path to be loaded isnobu
2009-01-29* load.c (rb_feature_provided): should not calculate len by pointershugo
2009-01-19* vm.c: add a prefix "rb_" to exposed functionsko1
2008-12-16 * ruby.c (set_arg0): use strlcpy() instead of strncpy().usa
2008-12-12* load.c (rb_feature_p): load path must be expanded.nobu
2008-12-04* load.c (rb_get_load_path): returns the load path withoutnobu
2008-11-11* load.c (rb_require_safe): destroys barrier after successfullynobu
2008-09-23* include/ruby/node.h, vm_core.h: move definition ofko1
2008-09-23* common.mk: clean upko1
2008-09-15* gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko1
2008-08-16* include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu
2008-07-01* Add coverage measurement constant COVERAGE__. This constant is notmame
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-05-19* vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko1
2008-04-30* load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM.nobu
2008-04-08* load.c (rb_require_safe): should check fname path after $SAFE ismatz
2008-04-07* load.c (rb_provided): check expanded path for relative pathnobu
2008-01-16* load.c (rb_feature_p): get rid of unlimited alloca.nobu
2007-12-25* README.EXT.ja, dir.c, eval.c, eval_intern.h, lex.c.src,matz
2007-12-24* load.c (load_lock): reverted.nobu
2007-12-24* load.c (rb_feature_p): returns loading path name too.nobu
2007-12-24enable several rdoc.akr
2007-12-20* common.mk, *.ci: renamed to *.c.ko1