aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * eval_intern.h, eval.c (ruby_init): remove POP_TAG_INIT().ko12007-06-061-1/+1
* * eval.c (rb_yield): fix to check Qundef.ko12007-06-061-1/+6
* * parse.y (new_yield), compile.c (iseq_compile_each): fixko12007-06-051-42/+28
* * compile.c: fixed indentation.nobu2007-06-051-1/+1
* * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu2007-06-051-90/+90
* * eval.c (rb_eval_cmd): just return if no exceptions.nobu2007-05-291-1/+1
* * cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail.ko12007-05-271-7/+9
* * eval.c (ruby_exec_internal): do nothing if no code.nobu2007-05-251-0/+2
* * cont.c: check across trap violation.ko12007-05-241-0/+5
* * eval_intern.h (PUSH_TAG): no argument now.nobu2007-04-251-19/+19
* * eval.c (ruby_cleanup): inversed the order of errinfos.nobu2007-04-201-8/+10
* * eval.c (ruby_cleanup): fixed access to out of bound, and inversednobu2007-04-201-12/+16
* * eval.c (ruby_cleanup): re-send signal. [ruby-dev:30516]nobu2007-04-191-17/+18
* * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:ko12007-04-191-254/+20
* * eval.c (rb_rescue2): restore cfp ([ruby-dev:30582]).ko12007-04-121-27/+33
* * eval.c (rb_protect): restore cfp ([ruby-dev:30671]).ko12007-04-121-0/+4
* * compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h,ko12007-03-211-53/+20
* * eval.c: just minor changes (rdoc).usa2007-03-201-2/+2
* * eval.c (rb_f_callee_name): add __method__ and __callee__ again.matz2007-03-201-0/+54
* * yarvcore.h, vm.h: rename th_invoke_yield() to th_yield().ko12007-02-261-3/+2
* * yarvcore.h: add rb_thread_t#top_wrapper, top_self.ko12007-02-251-10/+13
* * yarvcore.h:ko12007-02-251-12/+9
* * eval.c, vm.c, yarvcore.h: move definition of rb_call_super() toko12007-02-201-6/+0
* * blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h,ko12007-02-081-20/+20
* * eval.c (specific_eval): suppress warning.nobu2007-02-071-1/+1
* * eval.c: fixed to use ANSI function style.ko12007-02-071-26/+14
* * this commit is a result of refactoring. only renaming functions,ko12007-02-071-7/+6
* * blockinlining.c, compile.c, compile.h, error.c, eval.c,ko12007-02-061-63/+56
* * eval.c (rb_frame_callee): check if prev_cfp can be accessible.matz2007-02-041-1/+7
* * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu2007-02-021-13/+19
* * eval.c: remove duplicated global variables rb_cProc andmatz2007-02-021-3/+0
* * some refactoring around yarvcore and proc.ko12007-01-171-3/+4
* * insns.def : support direct method dispatch with "send" or "funcall".ko12007-01-061-4/+3
* * compile.c, compile.h : add ADD_CALL_RECEIVER() macro.ko12007-01-051-1/+9
* * Merge YARVko12006-12-311-11143/+884
* * eval.c (ruby_cleanup): keep the exception till after END blocks.nobu2006-12-091-1/+0
* * intern.h, object.c, variable.c (rb_mod_constants): added an optionalnobu2006-12-041-2/+6
* * eval.c (formal_assign): need to pack rest arg information inmatz2006-11-071-10/+5
* * eval.c (method_missing): update old argument adjustment.matz2006-11-071-4/+7
* * eval.c (when_check): need to splat for NODE_ARGSCAT as well.matz2006-11-071-2/+5
* * eval.c (svalue_to_avalue): need to splat but no error.matz2006-11-061-32/+39
* * eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.matz2006-11-021-0/+4
* * eval.c (rb_obj_define_method): add half boiled RDoc document.matz2006-10-111-0/+11
* * eval.c (rb_obj_define_method): add new methodmatz2006-10-091-0/+10
* * eval.c (formal_assign): packed post splat arguments may conflictmatz2006-10-071-2/+5
* * eval.c (rb_yield_0): small refactoring.matz2006-10-051-7/+5
* * eval.c (rb_call): check protected visibility based on real self,matz2006-10-041-21/+28
* * eval.c (splat_value): use "to_splat" instead of "to_ary" tomatz2006-10-021-3/+16
* * eval.c (rb_thread_save_context, rb_thread_restore_context):why2006-09-231-102/+82
* * dir.c (dir_s_glob): remove unused variable.matz2006-09-181-7/+0