index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eval_error.c
Age
Commit message (
Expand
)
Author
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
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
[next]