| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * eval.c: remove ruby_current_node and change eval() prototype. | ko1 | 2007-06-24 | 1 | -3/+0 |
* | * vm.c: some refactoring. | ko1 | 2007-06-24 | 1 | -12/+12 |
* | * eval_load.c (rb_require_safe, ruby_init_ext): load with ruby level | nobu | 2007-06-18 | 1 | -0/+1 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -5/+5 |
* | * eval_intern.h, eval.c (ruby_init): remove POP_TAG_INIT(). | ko1 | 2007-06-06 | 1 | -1/+0 |
* | * cont.c (rb_fiber_start): clear th->tag and check error to fix | ko1 | 2007-06-05 | 1 | -1/+4 |
* | * cont.c (cont_capture): store all local variables in heap | ko1 | 2007-05-30 | 1 | -7/+2 |
* | * cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail. | ko1 | 2007-05-27 | 1 | -0/+8 |
* | * yarvcore.h: remove rb_control_frame_t#callee_id. | ko1 | 2007-04-25 | 1 | -8/+12 |
* | * eval_intern.h (PUSH_TAG): no argument now. | nobu | 2007-04-25 | 1 | -15/+1 |
* | * eval_intern.h: add prototypes of rb_sourceline() and | ko1 | 2007-04-20 | 1 | -0/+3 |
* | * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h: | ko1 | 2007-04-19 | 1 | -0/+26 |
* | * process.c: fix to use rb_status_line_set/get/clear(). | ko1 | 2007-02-08 | 1 | -1/+1 |
* | * blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h, | ko1 | 2007-02-08 | 1 | -27/+10 |
* | * eval_intern.h: remove UNSUPPORTED() macro. | ko1 | 2007-02-07 | 1 | -9/+0 |
* | * eval_intern.h, yarvcore.h: remove unused macro definition. | ko1 | 2007-02-07 | 1 | -62/+0 |
* | * this commit is a result of refactoring. only renaming functions, | ko1 | 2007-02-07 | 1 | -2/+4 |
* | * blockinlining.c, compile.c, compile.h, error.c, eval.c, | ko1 | 2007-02-06 | 1 | -19/+19 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -0/+328 |