summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2007-06-05* parse.y (new_yield), compile.c (iseq_compile_each): fixko1
2007-06-05* compile.c: fixed indentation.nobu
2007-06-05* compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu
2007-05-29* eval.c (rb_eval_cmd): just return if no exceptions.nobu
2007-05-27* cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail.ko1
2007-05-25* eval.c (ruby_exec_internal): do nothing if no code.nobu
2007-05-24* cont.c: check across trap violation.ko1
2007-04-25* eval_intern.h (PUSH_TAG): no argument now.nobu
2007-04-20* eval.c (ruby_cleanup): inversed the order of errinfos.nobu
2007-04-20* eval.c (ruby_cleanup): fixed access to out of bound, and inversednobu
2007-04-19* eval.c (ruby_cleanup): re-send signal. [ruby-dev:30516]nobu
2007-04-19* eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:ko1
2007-04-12* eval.c (rb_rescue2): restore cfp ([ruby-dev:30582]).ko1
2007-04-12* eval.c (rb_protect): restore cfp ([ruby-dev:30671]).ko1
2007-03-21* compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h,ko1
2007-03-20* eval.c: just minor changes (rdoc).usa
2007-03-20* eval.c (rb_f_callee_name): add __method__ and __callee__ again.matz
2007-02-26* yarvcore.h, vm.h: rename th_invoke_yield() to th_yield().ko1
2007-02-25* yarvcore.h: add rb_thread_t#top_wrapper, top_self.ko1
2007-02-25* yarvcore.h:ko1
2007-02-20* eval.c, vm.c, yarvcore.h: move definition of rb_call_super() toko1
2007-02-08* blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h,ko1
2007-02-07* eval.c (specific_eval): suppress warning.nobu
2007-02-07* eval.c: fixed to use ANSI function style.ko1
2007-02-07* this commit is a result of refactoring. only renaming functions,ko1
2007-02-06* blockinlining.c, compile.c, compile.h, error.c, eval.c,ko1
2007-02-04* eval.c (rb_frame_callee): check if prev_cfp can be accessible.matz
2007-02-02* call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu
2007-02-02* eval.c: remove duplicated global variables rb_cProc andmatz
2007-01-17* some refactoring around yarvcore and proc.ko1
2007-01-06* insns.def : support direct method dispatch with "send" or "funcall".ko1
2007-01-05* compile.c, compile.h : add ADD_CALL_RECEIVER() macro.ko1
2006-12-31 * Merge YARVko1
2006-12-09* eval.c (ruby_cleanup): keep the exception till after END blocks.nobu
2006-12-04* intern.h, object.c, variable.c (rb_mod_constants): added an optionalnobu
2006-11-07* eval.c (formal_assign): need to pack rest arg information inmatz
2006-11-07* eval.c (method_missing): update old argument adjustment.matz
2006-11-07* eval.c (when_check): need to splat for NODE_ARGSCAT as well.matz
2006-11-06* eval.c (svalue_to_avalue): need to splat but no error.matz
2006-11-02* eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.matz
2006-10-11* eval.c (rb_obj_define_method): add half boiled RDoc document.matz
2006-10-09* eval.c (rb_obj_define_method): add new methodmatz
2006-10-07* eval.c (formal_assign): packed post splat arguments may conflictmatz
2006-10-05* eval.c (rb_yield_0): small refactoring.matz
2006-10-04* eval.c (rb_call): check protected visibility based on real self,matz
2006-10-02* eval.c (splat_value): use "to_splat" instead of "to_ary" tomatz
2006-09-23* eval.c (rb_thread_save_context, rb_thread_restore_context):why
2006-09-18* dir.c (dir_s_glob): remove unused variable.matz
2006-09-10* eval.c (rb_require_safe): prevent extension from loading twice.nobu
2006-09-04* eval.c (rb_f_local_variables): list symbols.matz