Age | Commit message (Expand) | Author |
---|
2024-02-15 | Do not include a backtick in error messages and backtraces | Yusuke Endoh |
2024-01-02 | Fix Exception#detailed_message for GC compaction | Peter Zhu |
2023-07-19 | [Bug #19774] Fix segfault at `return` in `END` | Nobuyoshi Nakada |
2023-04-10 | Prefer `write_warn` over `write_warn2` with a string literal | Nobuyoshi Nakada |
2023-04-10 | [Bug #19570] Propagate message encoding to decorated message | Nobuyoshi Nakada |
2022-12-20 | [Bug #19242] Prohibit circular causes to be loaded | Nobuyoshi Nakada |
2022-11-25 | [Bug #19145] `volatile` on an argument may not be effective | Nobuyoshi Nakada |
2022-11-22 | [Bug #19016] re-order error handling at cleanup | Nobuyoshi Nakada |
2022-11-20 | Use `enum ruby_tag_type` over `int` | Nobuyoshi Nakada |
2022-11-16 | Using UNDEF_P macro | S-H-GAMELINKS |
2022-07-21 | Expand tabs [ci skip] | Takashi Kokubun |
2022-02-22 | Remove unneeded newline from detailed_message | Yusuke Endoh |
2022-02-22 | Exception#detailed_message is added | Yusuke Endoh |
2022-02-22 | Refactor out rb_decorate_message from print_errinfo | Yusuke Endoh |
2022-02-22 | Do not escape error message | Yusuke Endoh |
2022-02-22 | error.c: Refactoring | Yusuke Endoh |
2021-09-01 | Trim extra whitespace in inaccesible error message | OKURA Masafumi |
2020-12-27 | Limit bactrace length from Exception#full_message | Nobuyoshi Nakada |
2020-12-21 | eval_error.c: fix off-by-one error for --backtrace-limit | Yusuke Endoh |
2020-07-15 | Fixed infinite loop at error in printing cause [Bug #17033] | Nobuyoshi Nakada |
2020-05-15 | Merge pull request #3047 from mame/suppress-backtrace | Yusuke Endoh |
2020-04-21 | eval_error.c: default nil as "reverse" is now false [Feature #8661] | Nobuyoshi Nakada |
2020-04-21 | eval_error.c: revert the "reversed" backtrace [Feature #8661] | Yusuke Endoh |
2020-04-15 | Raise EPIPE at broken pipe for the backward compatibility | Nobuyoshi Nakada |
2019-08-13 | Renamed ruby_finalize_{0,1} | Nobuyoshi Nakada |
2019-07-15 | Removed duplicate highlighting | Nobuyoshi Nakada |
2019-07-15 | * expand tabs. | git |
2019-07-15 | Removed dead code | Nobuyoshi Nakada |
2019-01-24 | eval_error.c: should not escapce newline and tab | nobu |
2019-01-08 | * expand tabs. | svn |
2019-01-08 | Defer escaping control char in error messages | nobu |
2018-12-22 | Fix for circular causes | nobu |
2018-12-21 | eval_error.c (show_cause): check if cause is an Exception or not | mame |
2018-11-15 | eval_error.c: log10(0) is ERANGE | shyouhei |
2018-10-27 | fix error message and backtrace order | naruse |
2018-10-27 | Print exception's cause like Java | naruse |
2018-10-19 | rb_execution_context_t: pack bits, 256 -> 252 bytes (on 32-bit) | normal |
2018-10-13 | Prefer `rb_fstring_lit` over `rb_fstring_cstr` | nobu |
2018-04-11 | eval_error.c: fix loop on exception in message | nobu |
2018-03-13 | eval_error.c: reset attributes | nobu |
2018-03-13 | eval_error.c: last newline | nobu |
2018-03-12 | eval_error.c: fix underflow | nobu |
2018-02-23 | eval_error.c: rb_error_write flags | nobu |
2018-01-07 | eval_error.c: reset in each line | nobu |
2018-01-07 | eval_error.c: concat directly | nobu |
2018-01-07 | eval_error.c: renamed an argument | nobu |
2018-01-02 | fix uninitialized variable | shyouhei |
2017-12-18 | eval_error.c: Fix compile error on Solaris 10 | ngoto |
2017-12-12 | error.c(rb_error_write): Remove ec_ from its name | sorah |
2017-12-12 | hotfix implicit-function-declaration | sorah |