aboutsummaryrefslogtreecommitdiffstats
path: root/yarvcore.h
Commit message (Expand)AuthorAgeFilesLines
* * vm.c: some refactoring.ko12007-06-241-10/+10
* * vm.c (callee_setup_arg): added. support correct post arg.ko12007-06-241-0/+3
* * eval_load.c (Init_load): delay allocating an array for rb_load_pathakr2007-06-141-0/+4
* * include/ruby: moved public headers.nobu2007-06-101-4/+4
* * cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail.ko12007-05-271-0/+5
* * cont.c: check across trap violation.ko12007-05-241-0/+5
* * gc.c, yarvcore.c: fix to mark VM structure on startup.ko12007-05-241-1/+1
* * compile.c, vm_macro.def: support tail call optimizationko12007-05-211-0/+3
* * configure.in, defines.h, eval_load.c (rb_feature_p, rb_provided,nobu2007-05-031-0/+1
* * vm.c, yarvcore.h, yarvcore.c, insns.def: fix to mark VM stackko12007-05-021-0/+1
* * yarvcore.h, compile.c (set_arguments): support post arguments.ko12007-05-011-0/+1
* * yarvcore.h: remove rb_control_frame_t#callee_id.ko12007-04-251-20/+20
* * eval.c (ruby_cleanup): re-send signal. [ruby-dev:30516]nobu2007-04-191-1/+0
* * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:ko12007-04-191-0/+32
* * insns.def (throw), thread.c, yarvcore.h (throwed_errinfo): fixednobu2007-04-021-1/+1
* * compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h,ko12007-03-211-3/+0
* * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefanmatz2007-03-191-1/+1
* * yarvcore.h, vm.h: rename th_invoke_yield() to th_yield().ko12007-02-261-6/+6
* * yarvcore.h: add rb_thread_t#top_wrapper, top_self.ko12007-02-251-0/+4
* * yarvcore.h:ko12007-02-251-2/+5
* * intern.h (rb_thread_blocking_region): add prototype.nobu2007-02-241-6/+2
* * eval.c, vm.c, yarvcore.h: move definition of rb_call_super() toko12007-02-201-1/+0
* * vm.(c|h), yarvcore.(c|h) (yarvGlobalStateVersion): rename toko12007-02-141-2/+0
* * eval_load.c, yarvcore.h: use rb_vm_t#loaded_features instead ofko12007-02-141-0/+4
* * common.mk: targets which depend on yarvcore.h now depend onnobu2007-02-101-2/+3
* * yarvcore.h, thread.c: fix to use pthread on cygwin.ko12007-02-081-16/+3
* * blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h,ko12007-02-081-17/+17
* * eval_intern.h, yarvcore.h: remove unused macro definition.ko12007-02-071-11/+0
* * this commit is a result of refactoring. only renaming functions,ko12007-02-071-14/+51
* * blockinlining.c, compile.c, compile.h, error.c, eval.c,ko12007-02-061-94/+92
* * eval_thread.c, common.mk: remove eval_thread.c.ko12007-02-051-12/+8
* * parse.y (rb_compose_ivar2): function to create a new ivar2matz2007-02-041-8/+9
* * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu2007-02-021-17/+17
* * some refactoring around yarvcore and proc.ko12007-01-171-10/+4
* * insns.def : support direct method dispatch with "send" or "funcall".ko12007-01-061-7/+14
* * Merge YARVko12006-12-311-0/+638