summaryrefslogtreecommitdiff
path: root/eval_error.c
AgeCommit message (Expand)Author
2018-10-19rb_execution_context_t: pack bits, 256 -> 252 bytes (on 32-bit)normal
2018-10-13Prefer `rb_fstring_lit` over `rb_fstring_cstr`nobu
2018-04-11eval_error.c: fix loop on exception in messagenobu
2018-03-13eval_error.c: reset attributesnobu
2018-03-13eval_error.c: last newlinenobu
2018-03-12eval_error.c: fix underflownobu
2018-02-23eval_error.c: rb_error_write flagsnobu
2018-01-07eval_error.c: reset in each linenobu
2018-01-07eval_error.c: concat directlynobu
2018-01-07eval_error.c: renamed an argumentnobu
2018-01-02fix uninitialized variableshyouhei
2017-12-18eval_error.c: Fix compile error on Solaris 10ngoto
2017-12-12error.c(rb_error_write): Remove ec_ from its namesorah
2017-12-12hotfix implicit-function-declarationsorah
2017-12-12error.c(exc_full_message): Exception#full_messagesorah
2017-11-29Log exception with bold and underline for TTYssorah
2017-11-16rb_source_location() may return nil.ko1
2017-11-07* eval_intern.h: rename macros rb_thread_raised_* toko1
2017-11-07rename to rb_ec_set_raised().ko1
2017-11-07th->ec: rb_threadptr_reset_raised()ko1
2017-10-29`rb_ec_error_print()`.ko1
2017-10-26introduce EC_*_TAG() instead of TH_*_TAG()ko1
2017-10-26Use rb_execution_context_t instead of rb_thread_tko1
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