summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2016-08-03* vm_core.h: introduce VM_FRAME_RUBYFRAME_P()ko1
2016-07-29rb_funcallvnobu
2016-07-28* vm_core.h: revisit the structure of frame, block and env.ko1
2016-07-26* vm_insnhelper.c: introduce rb_vm_pop_frame() and use itko1
2016-05-05use TH_JUMP_TAGnobu
2016-05-03eval.c: constifynobu
2016-04-23eval.c: reuse VM tagnobu
2016-04-23eval_error.c: reuse threadptrnobu
2016-03-28remove rb_thread_t::base_blocknobu
2016-02-25eval_error.c: remove warn_printfnobu
2016-02-14not overwrite causenobu
2015-12-29eval.c: warn block for usingnobu
2015-11-20* vm.c (rb_vm_cref_replace_with_duplicated_cref): added.ko1
2015-10-31internal.h: RUBY_DTRACE_HOOKnobu
2015-10-31use rb_source_loc and rb_source_locationnobu
2015-08-14improve handling of timer thread shutdownnormal
2015-08-10eval.c: use rb_ident_hash_newnobu
2015-08-09vm.c: frozen_strings in rb_vm_tnobu
2015-08-06ruby_atomic.h: atomic VALUE operationsnobu
2015-07-21* make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko1
2015-07-19eval.c: check tag valuenobu
2015-07-18eval.c: extra conversion of exit statusnobu
2015-07-06* vm_core.h: remove rb_iseq_t::defined_method_id because it is notko1
2015-07-03* method.h: introduce rb_callable_method_entry_t to removeko1
2015-06-29* eval.c (add_activated_refinement): should not include the originalshugo
2015-06-02* method.h: make rb_method_entry_t a VALUE.ko1
2015-03-11* eval.c (frame_called_id): it should use vm_ifunc type.ko1
2015-03-10* vm_insnhelper.h: define struct THROW_DATA to representko1
2015-03-08* internal.h: define rb_cref_t and change to use it.ko1
2015-03-08* internal.h: define CREF accessor macros.ko1
2015-03-05* internal.h: remove struct method_table_wrapper.ko1
2015-02-24eval.c: use the given threadnobu
2015-02-23eval.c: static IDsnobu
2015-01-02* eval.c (ruby_init): Print ruby_setup() error only in debug mode.akr
2014-12-09thread.c: get rid of invalid ID symbolnobu
2014-11-18* internal.h: Gather declarations in non-header files.akr
2014-11-16id.def: move IDs for exceptionnobu
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-11-13eval.c: obsolete comment [ci skip]nobu
2014-09-30protoize no-arguments functionsnobu
2014-09-13eval.c: fix message as same as previous versionsnobu
2014-09-12ruby/ruby.h: freeze singleton classnobu
2014-09-12vm_method.c: should not modify frozen objectsnobu
2014-09-11* vm.c (rb_vm_register_special_exception): make new function toko1
2014-08-29string.c: move frozen_strings table to rb_vm_tnormal
2014-06-28eval.c: no overwrite SystemStackError backtracenobu
2014-06-28eval.c: no method calls at stack overflownobu
2014-06-27eval.c: reduce machine stack overflow backtracenobu
2014-06-26eval.c: suppress a warningnobu
2014-06-23* eval.c (setup_exception): "mesg == sysstack_error" andnaruse