summaryrefslogtreecommitdiff
path: root/yarvcore.h
AgeCommit message (Expand)Author
2007-06-10* include/ruby: moved public headers.nobu
2007-05-27* cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail.ko1
2007-05-24* cont.c: check across trap violation.ko1
2007-05-24* gc.c, yarvcore.c: fix to mark VM structure on startup.ko1
2007-05-21* compile.c, vm_macro.def: support tail call optimizationko1
2007-05-03* configure.in, defines.h, eval_load.c (rb_feature_p, rb_provided,nobu
2007-05-02* vm.c, yarvcore.h, yarvcore.c, insns.def: fix to mark VM stackko1
2007-05-01* yarvcore.h, compile.c (set_arguments): support post arguments.ko1
2007-04-25* yarvcore.h: remove rb_control_frame_t#callee_id.ko1
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-02* insns.def (throw), thread.c, yarvcore.h (throwed_errinfo): fixednobu
2007-03-21* compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h,ko1
2007-03-19* regparse.c, etc.: K&R to ANSI code cleanup patch from Stefanmatz
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-24* intern.h (rb_thread_blocking_region): add prototype.nobu
2007-02-20* eval.c, vm.c, yarvcore.h: move definition of rb_call_super() toko1
2007-02-14* vm.(c|h), yarvcore.(c|h) (yarvGlobalStateVersion): rename toko1
2007-02-14* eval_load.c, yarvcore.h: use rb_vm_t#loaded_features instead ofko1
2007-02-10* common.mk: targets which depend on yarvcore.h now depend onnobu
2007-02-08* yarvcore.h, thread.c: fix to use pthread on cygwin.ko1
2007-02-08* blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h,ko1
2007-02-07* eval_intern.h, yarvcore.h: remove unused macro definition.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-05* eval_thread.c, common.mk: remove eval_thread.c.ko1
2007-02-04* parse.y (rb_compose_ivar2): function to create a new ivar2matz
2007-02-02* call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu
2007-01-17* some refactoring around yarvcore and proc.ko1
2007-01-06* insns.def : support direct method dispatch with "send" or "funcall".ko1
2006-12-31 * Merge YARVko1