summaryrefslogtreecommitdiff
path: root/eval_intern.h
AgeCommit message (Expand)Author
2008-05-19* vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko1
2008-05-08* eval_intern.h (enum ruby_tag_type): enum for debug.nobu
2008-04-30* eval_intern.h: speficy the values of the enumeration constantsmame
2008-03-31* configure.in (RUBY_SETJMP, RUBY_LONGJMP, RUBY_JMP_BUF): prefersnobu
2008-03-19* eval_intern.h (TH_EXEC_TAG): need not to FLUSH_REGISTER_WINDOWS.matz
2008-03-12* eval_intern.h (rb_thread_raised_set): use generic flags.nobu
2008-02-28* eval.c (stack_check): made flag per threads.nobu
2008-01-21* eval.c, gc.c (setjmp): sigsetjmp is a macro on cygwin.nobu
2008-01-19* configure.in (sigsetjmp): check if available.nobu
2008-01-18* eval_intern.h, insnhelper.h, thread_pthread.h, vm_core.h, vm_opts.h:nobu
2007-12-25* README.EXT.ja, dir.c, eval.c, eval_intern.h, lex.c.src,matz
2007-12-17* proc.c (rb_obj_public_method): Object#public_method to retrievematz
2007-12-09* eval_intern.h (CHECK_STACK_OVERFLOW): reserve frame size.ko1
2007-09-26* eval.c (eval): fix to check stack overflow.ko1
2007-09-14* vm.h, eval_intern.h: move some macros to eval_intern.h.ko1
2007-08-14* proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h: moveko1
2007-07-12* blockinlining.c: remove "yarv" prefix.ko1
2007-07-02* compile.c: rename iseq_translate_direct_threaded_code()ko1
2007-07-01* eval_intern.h, yarvcore.h: move declaration of sysstack_errorko1
2007-06-25* gc.h: add RUBY_ prefix to debug macros.ko1
2007-06-24* eval.c: remove ruby_current_node and change eval() prototype.ko1
2007-06-24* vm.c: some refactoring.ko1
2007-06-18* eval_load.c (rb_require_safe, ruby_init_ext): load with ruby levelnobu
2007-06-10* include/ruby: moved public headers.nobu
2007-06-06* eval_intern.h, eval.c (ruby_init): remove POP_TAG_INIT().ko1
2007-06-05* cont.c (rb_fiber_start): clear th->tag and check error to fixko1
2007-05-30* cont.c (cont_capture): store all local variables in heapko1
2007-05-27* cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail.ko1
2007-04-25* yarvcore.h: remove rb_control_frame_t#callee_id.ko1
2007-04-25* eval_intern.h (PUSH_TAG): no argument now.nobu
2007-04-20* eval_intern.h: add prototypes of rb_sourceline() andko1
2007-04-19* eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:ko1
2007-02-08* process.c: fix to use rb_status_line_set/get/clear().ko1
2007-02-08* blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h,ko1
2007-02-07* eval_intern.h: remove UNSUPPORTED() macro.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
2006-12-31 * Merge YARVko1