aboutsummaryrefslogtreecommitdiffstats
path: root/eval_load.c
Commit message (Expand)AuthorAgeFilesLines
* * eval_load.c (loaded_feature_path): check with type of given feature.nobu2007-11-091-8/+24
* * eval_load.c (loaded_feature_path): need to expand relative paths.nobu2007-11-061-6/+23
* * eval_load.c (rb_feature_p): check if the feature is loading withnobu2007-11-061-26/+80
* * blockinlining.c: remove "yarv" prefix.ko12007-07-121-6/+4
* * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu2007-07-051-41/+22
* * eval.c: remove ruby_current_node and change eval() prototype.ko12007-06-241-5/+1
* * vm.c: some refactoring.ko12007-06-241-1/+1
* * eval_load.c (load_ext, rb_require_safe): pass VALUE instead ofnobu2007-06-191-3/+3
* * eval_load.c (rb_require_safe, ruby_init_ext): load with ruby levelnobu2007-06-181-7/+18
* * eval_load.c (Init_load): delay allocating an array for rb_load_pathakr2007-06-141-1/+1
* * configure.in, defines.h, eval_load.c (rb_feature_p, rb_provided,nobu2007-05-031-71/+113
* * eval_intern.h (PUSH_TAG): no argument now.nobu2007-04-251-4/+4
* * yarvcore.h: add rb_thread_t#top_wrapper, top_self.ko12007-02-251-6/+14
* * eval_load.c (rb_require_safe): should restore safe level.nobu2007-02-211-0/+8
* * eval_load.c, yarvcore.h: use rb_vm_t#loaded_features instead ofko12007-02-141-9/+12
* * blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h,ko12007-02-081-2/+2
* * this commit is a result of refactoring. only renaming functions,ko12007-02-071-2/+28
* * blockinlining.c, compile.c, compile.h, error.c, eval.c,ko12007-02-061-2/+2
* * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu2007-02-021-2/+2
* * Merge YARVko12006-12-311-0/+508