index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eval_error.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Trim extra whitespace in inaccesible error message
OKURA Masafumi
2021-09-01
1
-2
/
+2
*
Limit bactrace length from Exception#full_message
Nobuyoshi Nakada
2020-12-27
1
-12
/
+13
*
eval_error.c: fix off-by-one error for --backtrace-limit
Yusuke Endoh
2020-12-21
1
-2
/
+2
*
Fixed infinite loop at error in printing cause [Bug #17033]
Nobuyoshi Nakada
2020-07-15
1
-1
/
+5
*
Merge pull request #3047 from mame/suppress-backtrace
Yusuke Endoh
2020-05-15
1
-9
/
+23
*
eval_error.c: default nil as "reverse" is now false [Feature #8661]
Nobuyoshi Nakada
2020-04-21
1
-2
/
+2
*
eval_error.c: revert the "reversed" backtrace [Feature #8661]
Yusuke Endoh
2020-04-21
1
-1
/
+1
*
Raise EPIPE at broken pipe for the backward compatibility
Nobuyoshi Nakada
2020-04-15
1
-0
/
+4
*
Renamed ruby_finalize_{0,1}
Nobuyoshi Nakada
2019-08-13
1
-2
/
+1
*
Removed duplicate highlighting
Nobuyoshi Nakada
2019-07-15
1
-2
/
+0
*
* expand tabs.
git
2019-07-15
1
-2
/
+2
*
Removed dead code
Nobuyoshi Nakada
2019-07-15
1
-1
/
+2
*
eval_error.c: should not escapce newline and tab
nobu
2019-01-24
1
-0
/
+3
*
* expand tabs.
svn
2019-01-08
1
-5
/
+5
*
Defer escaping control char in error messages
nobu
2019-01-08
1
-5
/
+43
*
Fix for circular causes
nobu
2018-12-22
1
-6
/
+20
*
eval_error.c (show_cause): check if cause is an Exception or not
mame
2018-12-21
1
-1
/
+1
*
eval_error.c: log10(0) is ERANGE
shyouhei
2018-11-15
1
-1
/
+1
*
fix error message and backtrace order
naruse
2018-10-27
1
-2
/
+2
*
Print exception's cause like Java
naruse
2018-10-27
1
-2
/
+25
*
rb_execution_context_t: pack bits, 256 -> 252 bytes (on 32-bit)
normal
2018-10-19
1
-1
/
+1
*
Prefer `rb_fstring_lit` over `rb_fstring_cstr`
nobu
2018-10-13
1
-2
/
+2
*
eval_error.c: fix loop on exception in message
nobu
2018-04-11
1
-10
/
+11
*
eval_error.c: reset attributes
nobu
2018-03-13
1
-7
/
+25
*
eval_error.c: last newline
nobu
2018-03-13
1
-6
/
+8
*
eval_error.c: fix underflow
nobu
2018-03-12
1
-4
/
+2
*
eval_error.c: rb_error_write flags
nobu
2018-02-23
1
-9
/
+33
*
eval_error.c: reset in each line
nobu
2018-01-07
1
-7
/
+24
*
eval_error.c: concat directly
nobu
2018-01-07
1
-10
/
+4
*
eval_error.c: renamed an argument
nobu
2018-01-07
1
-8
/
+8
*
fix uninitialized variable
shyouhei
2018-01-02
1
-1
/
+1
*
eval_error.c: Fix compile error on Solaris 10
ngoto
2017-12-18
1
-4
/
+4
*
error.c(rb_error_write): Remove ec_ from its name
sorah
2017-12-12
1
-2
/
+2
*
hotfix implicit-function-declaration
sorah
2017-12-12
1
-1
/
+1
*
error.c(exc_full_message): Exception#full_message
sorah
2017-12-12
1
-53
/
+74
*
Log exception with bold and underline for TTYs
sorah
2017-11-29
1
-6
/
+17
*
rb_source_location() may return nil.
ko1
2017-11-16
1
-1
/
+1
*
* eval_intern.h: rename macros rb_thread_raised_* to
ko1
2017-11-07
1
-2
/
+2
*
rename to rb_ec_set_raised().
ko1
2017-11-07
1
-1
/
+1
*
th->ec: rb_threadptr_reset_raised()
ko1
2017-11-07
1
-1
/
+1
*
`rb_ec_error_print()`.
ko1
2017-10-29
1
-14
/
+14
*
introduce EC_*_TAG() instead of TH_*_TAG()
ko1
2017-10-26
1
-3
/
+3
*
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-26
1
-4
/
+4
*
move fields to ec.
ko1
2017-06-28
1
-3
/
+3
*
move several fields from rb_thread_t to rb_execution_context_t.
ko1
2017-06-26
1
-1
/
+1
*
use "enum ruby_tag_type" and TAG_NONE.
ko1
2017-06-23
1
-1
/
+1
*
removed ruby_error_print
nobu
2017-06-16
1
-6
/
+0
*
fix syntax error
nobu
2017-05-19
1
-1
/
+1
*
eval_error.c: enrich backtrace
nobu
2017-05-19
1
-2
/
+9
*
eval_error.c: backstrace in reverse order
nobu
2017-02-22
1
-45
/
+63
[next]