summaryrefslogtreecommitdiff
path: root/eval_error.c
AgeCommit message (Expand)Author
2017-06-28move fields to ec.ko1
2017-06-26move several fields from rb_thread_t to rb_execution_context_t.ko1
2017-06-23use "enum ruby_tag_type" and TAG_NONE.ko1
2017-06-16removed ruby_error_printnobu
2017-05-19fix syntax errornobu
2017-05-19eval_error.c: enrich backtracenobu
2017-02-22eval_error.c: backstrace in reverse ordernobu
2017-01-12immediate message mode of compile errornobu
2016-12-07Add clang volatile fixes from FreeBSD and NetBSD.shugo
2016-11-13error.c: rb_get_backtracenobu
2016-06-06Thread.report_on_exceptionnobu
2016-05-29vm_core.h: rb_exc_set_backtrace declarationnobu
2016-05-20Use RB_GNUC_EXTENSION_BLOCK instead of __extension__ngoto
2016-05-12Use HAVE_BUILTIN___BUILTIN_CONSTANT_Pnaruse
2016-04-23eval_error.c: reuse threadptrnobu
2016-03-06eval_error.c: trivial optimizationnobu
2016-02-25eval_error.c: constifynobu
2016-02-25eval_error.c: remove warn_printfnobu
2016-02-25eval_error.c: error position formatnobu
2016-02-25eval_error.c: colon in messagenobu
2016-01-03Use `rb_method_visibility_t` instead of `int` in `rb_print_undef`yui-knk
2015-10-31eval_error.c: Fix a format of `NameError#message`nobu
2015-10-31use rb_source_loc and rb_source_locationnobu
2015-10-28NameError#receiver of uninitialized constantnobu
2015-07-19eval.c: check tag valuenobu
2015-06-03* method.h: split rb_method_definition_t::flag to several flags.ko1
2015-02-23eval.c: static IDsnobu
2015-01-10* eval_error.c (error_print): pos and len parameters of rb_str_substr()usa
2014-11-28* eval_error.c (error_print): respect the encoding of the message.usa
2014-11-25rb_id2str over rb_id2namenobu
2014-07-26eval_error.c: quote unprintablenobu
2014-07-26eval_error.c: rb_print_inaccessiblenobu
2014-06-25eval_error.c: newline alwaysnobu
2014-05-18eval_error.c: investigate core dumpnobu
2013-06-24* eval_error.c (warn_printf): use rb_vsprintf instead so ruby specificcharliesome
2013-06-11* eval_error.c (error_print): reduce RARRAY_AREF().nobu
2013-06-10 * eval_error.c (error_print): keep that errat is non-shady object.tarui
2013-06-10eval_error.c: use checking functionsnobu
2013-06-10eval_error.c: restore errinfonobu
2013-06-10eval_error.c: reduce setjmpnobu
2013-05-24call rb_frame_callee() only oncenobu
2013-05-13* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko1
2012-12-22internal.h: quote unprintablenobu
2012-10-23* eval_error.c (error_print), vm_eval.c (eval_string_with_cref),ko1
2012-05-24* vm_method.c (rb_method_defined_by): removed.ko1
2012-05-24* vm.c: add RubyVM::Backtrace object (btobj).ko1
2012-04-13* eval_error.c (error_print): use RB_TYPE_P instead of TYPE.nobu
2011-09-29* use RB_TYPE_P which is optimized for constant types, instead ofnobu
2011-07-26* eval_error.c (rb_print_undef_str): new function to raisenobu
2011-06-18* internal.h: declare more internal functions.akr