Age | Commit message (Expand) | Author |
---|
2017-12-12 | error.c(exc_full_message): Exception#full_message | sorah |
2017-11-29 | Log exception with bold and underline for TTYs | sorah |
2017-11-16 | rb_source_location() may return nil. | ko1 |
2017-11-07 | * eval_intern.h: rename macros rb_thread_raised_* to | ko1 |
2017-11-07 | rename to rb_ec_set_raised(). | ko1 |
2017-11-07 | th->ec: rb_threadptr_reset_raised() | ko1 |
2017-10-29 | `rb_ec_error_print()`. | ko1 |
2017-10-26 | introduce EC_*_TAG() instead of TH_*_TAG() | ko1 |
2017-10-26 | Use rb_execution_context_t instead of rb_thread_t | ko1 |
2017-06-28 | move fields to ec. | ko1 |
2017-06-26 | move several fields from rb_thread_t to rb_execution_context_t. | ko1 |
2017-06-23 | use "enum ruby_tag_type" and TAG_NONE. | ko1 |
2017-06-16 | removed ruby_error_print | nobu |
2017-05-19 | fix syntax error | nobu |
2017-05-19 | eval_error.c: enrich backtrace | nobu |
2017-02-22 | eval_error.c: backstrace in reverse order | nobu |
2017-01-12 | immediate message mode of compile error | nobu |
2016-12-07 | Add clang volatile fixes from FreeBSD and NetBSD. | shugo |
2016-11-13 | error.c: rb_get_backtrace | nobu |
2016-06-06 | Thread.report_on_exception | nobu |
2016-05-29 | vm_core.h: rb_exc_set_backtrace declaration | nobu |
2016-05-20 | Use RB_GNUC_EXTENSION_BLOCK instead of __extension__ | ngoto |
2016-05-12 | Use HAVE_BUILTIN___BUILTIN_CONSTANT_P | naruse |
2016-04-23 | eval_error.c: reuse threadptr | nobu |
2016-03-06 | eval_error.c: trivial optimization | nobu |
2016-02-25 | eval_error.c: constify | nobu |
2016-02-25 | eval_error.c: remove warn_printf | nobu |
2016-02-25 | eval_error.c: error position format | nobu |
2016-02-25 | eval_error.c: colon in message | nobu |
2016-01-03 | Use `rb_method_visibility_t` instead of `int` in `rb_print_undef` | yui-knk |
2015-10-31 | eval_error.c: Fix a format of `NameError#message` | nobu |
2015-10-31 | use rb_source_loc and rb_source_location | nobu |
2015-10-28 | NameError#receiver of uninitialized constant | nobu |
2015-07-19 | eval.c: check tag value | nobu |
2015-06-03 | * method.h: split rb_method_definition_t::flag to several flags. | ko1 |
2015-02-23 | eval.c: static IDs | nobu |
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-25 | rb_id2str over rb_id2name | nobu |
2014-07-26 | eval_error.c: quote unprintable | nobu |
2014-07-26 | eval_error.c: rb_print_inaccessible | nobu |
2014-06-25 | eval_error.c: newline always | nobu |
2014-05-18 | eval_error.c: investigate core dump | nobu |
2013-06-24 | * eval_error.c (warn_printf): use rb_vsprintf instead so ruby specific | charliesome |
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-10 | eval_error.c: use checking functions | nobu |
2013-06-10 | eval_error.c: restore errinfo | nobu |
2013-06-10 | eval_error.c: reduce setjmp | nobu |
2013-05-24 | call rb_frame_callee() only once | nobu |