| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * eval.c (rb_call), eval_method.ci (rb_add_method, rb_alias), | ko1 | 2007-08-17 | 1 | -15/+24 |
* | * proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h: move | ko1 | 2007-08-14 | 1 | -1/+6 |
* | * eval.c (rb_clear_trace_func, rb_thread_stop_timer_thread): | nobu | 2007-08-13 | 1 | -12/+17 |
* | * compile.c, compile.h (DECL_ANCHOR, INIT_ANCHOR): split not to | nobu | 2007-07-20 | 1 | -3/+3 |
* | * blockinlining.c: remove "yarv" prefix. | ko1 | 2007-07-12 | 1 | -14/+15 |
* | * eval.c, insnhelper.ci, vm.c: change cref index (-1 -> 2). | ko1 | 2007-07-10 | 1 | -3/+3 |
* | * eval.c (exec_under): add proper casts. | ko1 | 2007-07-10 | 1 | -3/+3 |
* | * vm.c, insnhelper.ci: fix svar interface. | ko1 | 2007-07-10 | 1 | -6/+5 |
* | * eval.c (rb_interrupt): suppress a gcc's officious warning. | nobu | 2007-07-06 | 1 | -2/+3 |
* | * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c, | nobu | 2007-07-05 | 1 | -38/+23 |
* | * cont.c (rb_fiber_s_new): revert initializing VM stack. | ko1 | 2007-06-26 | 1 | -1/+0 |
* | * gc.h: add RUBY_ prefix to debug macros. | ko1 | 2007-06-25 | 1 | -11/+5 |
* | * eval.c: remove ruby_current_node and change eval() prototype. | ko1 | 2007-06-24 | 1 | -50/+9 |
* | * eval_*.h: rename to eval_*.ci. | ko1 | 2007-06-24 | 1 | -6/+4 |
* | * vm.c: some refactoring. | ko1 | 2007-06-24 | 1 | -26/+27 |
* | * eval.c (ruby_cleanup): return EXIT_FAILURE if any exceptions occured | nobu | 2007-06-18 | 1 | -0/+14 |
* | * eval.c (rb_method_missing): avoid an warning "too many arguments | akr | 2007-06-17 | 1 | -1/+1 |
* | * eval.c (ruby_finalize_1): rb_thread_t#errinfo should be clear with | ko1 | 2007-06-15 | 1 | -1/+4 |
* | * eval_intern.h, eval.c (ruby_init): remove POP_TAG_INIT(). | ko1 | 2007-06-06 | 1 | -1/+1 |
* | * eval.c (rb_yield): fix to check Qundef. | ko1 | 2007-06-06 | 1 | -1/+6 |
* | * parse.y (new_yield), compile.c (iseq_compile_each): fix | ko1 | 2007-06-05 | 1 | -42/+28 |
* | * compile.c: fixed indentation. | nobu | 2007-06-05 | 1 | -1/+1 |
* | * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c, | nobu | 2007-06-05 | 1 | -90/+90 |
* | * eval.c (rb_eval_cmd): just return if no exceptions. | nobu | 2007-05-29 | 1 | -1/+1 |
* | * cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail. | ko1 | 2007-05-27 | 1 | -7/+9 |
* | * eval.c (ruby_exec_internal): do nothing if no code. | nobu | 2007-05-25 | 1 | -0/+2 |
* | * cont.c: check across trap violation. | ko1 | 2007-05-24 | 1 | -0/+5 |
* | * eval_intern.h (PUSH_TAG): no argument now. | nobu | 2007-04-25 | 1 | -19/+19 |
* | * eval.c (ruby_cleanup): inversed the order of errinfos. | nobu | 2007-04-20 | 1 | -8/+10 |
* | * eval.c (ruby_cleanup): fixed access to out of bound, and inversed | nobu | 2007-04-20 | 1 | -12/+16 |
* | * eval.c (ruby_cleanup): re-send signal. [ruby-dev:30516] | nobu | 2007-04-19 | 1 | -17/+18 |
* | * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h: | ko1 | 2007-04-19 | 1 | -254/+20 |
* | * eval.c (rb_rescue2): restore cfp ([ruby-dev:30582]). | ko1 | 2007-04-12 | 1 | -27/+33 |
* | * eval.c (rb_protect): restore cfp ([ruby-dev:30671]). | ko1 | 2007-04-12 | 1 | -0/+4 |
* | * compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h, | ko1 | 2007-03-21 | 1 | -53/+20 |
* | * eval.c: just minor changes (rdoc). | usa | 2007-03-20 | 1 | -2/+2 |
* | * eval.c (rb_f_callee_name): add __method__ and __callee__ again. | matz | 2007-03-20 | 1 | -0/+54 |
* | * yarvcore.h, vm.h: rename th_invoke_yield() to th_yield(). | ko1 | 2007-02-26 | 1 | -3/+2 |
* | * yarvcore.h: add rb_thread_t#top_wrapper, top_self. | ko1 | 2007-02-25 | 1 | -10/+13 |
* | * yarvcore.h: | ko1 | 2007-02-25 | 1 | -12/+9 |
* | * eval.c, vm.c, yarvcore.h: move definition of rb_call_super() to | ko1 | 2007-02-20 | 1 | -6/+0 |
* | * blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h, | ko1 | 2007-02-08 | 1 | -20/+20 |
* | * eval.c (specific_eval): suppress warning. | nobu | 2007-02-07 | 1 | -1/+1 |
* | * eval.c: fixed to use ANSI function style. | ko1 | 2007-02-07 | 1 | -26/+14 |
* | * this commit is a result of refactoring. only renaming functions, | ko1 | 2007-02-07 | 1 | -7/+6 |
* | * blockinlining.c, compile.c, compile.h, error.c, eval.c, | ko1 | 2007-02-06 | 1 | -63/+56 |
* | * eval.c (rb_frame_callee): check if prev_cfp can be accessible. | matz | 2007-02-04 | 1 | -1/+7 |
* | * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c, | nobu | 2007-02-02 | 1 | -13/+19 |
* | * eval.c: remove duplicated global variables rb_cProc and | matz | 2007-02-02 | 1 | -3/+0 |
* | * some refactoring around yarvcore and proc. | ko1 | 2007-01-17 | 1 | -3/+4 |