index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
error.c
Age
Commit message (
Expand
)
Author
2017-01-23
Backtrace list must be an array of strings; fix #3408
Yukihiro "Matz" Matsumoto
2017-01-12
Merge pull request #3393 from clayton-shopify/fix-exc-initialize
Yukihiro "Matz" Matsumoto
2017-01-11
Fix 36fc1f14 not checking in the right location
Bouke van der Bijl
2017-01-11
Use mrb_int for argc.
Clayton Smith
2017-01-11
Exception#initialize to take arbitrary number of args; ref #3384
Yukihiro "Matz" Matsumoto
2016-11-28
pre-allocate arena overflow error
Yukihiro "Matz" Matsumoto
2016-11-27
Added Exception check in mrb_exc_set(); close #3292
Yukihiro "Matz" Matsumoto
2016-03-06
Fix segmentation fault by backtrace and GC
Kouhei Sutou
2015-12-29
Support backtrace after method calls
Kouhei Sutou
2015-12-29
Fix indent
Kouhei Sutou
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-11-17
DISABLE_STDIO/ENABLE_DEBUG macros to rename; close #3014
Yukihiro "Matz" Matsumoto
2015-10-19
Clean up GC code
furunkel
2015-07-16
use mrb_str_cat_str() instead of mrb_str_append()
cremno
2015-07-13
refactor mrb_bob_missing to share raising NoMethodError code; fix #2878
Yukihiro "Matz" Matsumoto
2015-05-25
Move "src/mrb_throw.h" to "include/mruby/throw.h".
take_cheeze
2015-05-18
fix type of mrb_exc_new()'s len parameter
cremno
2015-01-03
Use mrb_exc_new_str_lit().
Tatsuhiko Kubo
2014-08-27
Add a missing space after ",".
Tatsuhiko Kubo
2014-08-04
add MRB_API modifiers to mruby API functions
Yukihiro "Matz" Matsumoto
2014-07-21
Use MRB_TT_EXCEPTION in exception object.
take_cheeze
2014-07-12
use SystemStackError instead of RuntimeError
Yukihiro "Matz" Matsumoto
2014-06-27
initialize nomem_err->mesg->c before exposing to Ruby world; close #2428
Yukihiro "Matz" Matsumoto
2014-06-27
reduce mrb_funcall in exception allocation
Yukihiro "Matz" Matsumoto
2014-06-04
indent ISO section comments
Yukihiro "Matz" Matsumoto
2014-06-04
use pre-allocated RuntimeError for out-of-memory
Yukihiro "Matz" Matsumoto
2014-06-02
Implement `NoMethodError#args`.
take_cheeze
2014-05-18
Use boolean macro in exc_equal.
yui-knk
2014-05-12
Rename e to exception, scr_e to script_error.
yui-knk
2014-05-11
Add scr_e, to not reassign to e.
yui-knk
2014-05-04
Fix comment of exc_inspect (and adjust spaces)
yui-knk
2014-04-26
Fix MSVC warnings for error.c
kyab
2014-04-16
get classname and concatenate ": " only once
cremno
2014-04-16
convert exception message to string
cremno
2014-04-16
resolve conflict
Yukihiro "Matz" Matsumoto
2014-04-14
exc_inspect: dup file and check mesg only once
cremno
2014-04-11
Qualify argv argument of API `const`.
Takeshi Watanabe
2014-03-01
move jmpbuf_id to generated file
take_cheeze
2014-03-01
support c++ exception
take_cheeze
2014-02-27
use mrb_str_cat_lit() intead of mrb_str_cat
cubicdaiya
2014-02-27
revert 38e9ce21 and API changed; mrb_get_backtrace() -> renamed to mrb_exc_ba...
Yukihiro "Matz" Matsumoto
2014-02-20
move src/error.h to include/mruby/error.h
take_cheeze
2014-01-31
use mrb_bool, FALSE and TRUE more
cremno
2014-01-31
clean up external symbols
cremno
2014-01-07
remove superfluous includes
cremno
2013-12-01
add mrb_intern_lit for creating symbol from string literal
take_cheeze
2013-11-29
rename mrb_intern2() to mrb_intern(); huge API incompatibility; close #1513
Yukihiro "Matz" Matsumoto
2013-11-18
renamed mrb_exc_new3 to mrb_exc_new_str
cremno
2013-10-15
better error position display
Yukihiro "Matz" Matsumoto
2013-09-03
remove Exception#verbose_backtrace; #1495
Yukihiro "Matz" Matsumoto
[prev]
[next]