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
/
include
/
mruby
/
error.h
Age
Commit message (
Expand
)
Author
2019-09-02
Fix an error in refactoring; fix #4682
Yukihiro "Matz" Matsumoto
2019-08-31
Refactor #4662 with different names.
Yukihiro "Matz" Matsumoto
2019-08-26
fix lots of warnings and make logo not so big
David Siaw
2019-08-23
Fix `RBreak` exceeding 6 words on 32-bit mode w/o boxing and `MRB_USE_FLOAT`
KOBAYASHI Shuji
2019-08-18
fix up documentation for values
David Siaw
2019-03-26
Fix missing `MRB_API` prefix for functions below; clse #4267
Yukihiro "Matz" Matsumoto
2017-11-20
Reduce the size of `struct RBreak` to reduce memory usage.
Yukihiro "Matz" Matsumoto
2017-09-27
fix: src\kernel.c(874): warning C4244: 'function': conversion from 'mrb_int' ...
Tomasz Dąbrowski
2017-06-16
Allow `break` from a block called by `mrb_yield`; close #3359
Yukihiro "Matz" Matsumoto
2017-05-31
Restore MRB_API function `mrb_exc_backtrace(mrb, exc)`; ref 9644ad5
Yukihiro "Matz" Matsumoto
2017-05-23
Simplify backtrace mechanism; fix #3633 #3634 #3644
Yukihiro "Matz" Matsumoto
2015-11-28
common.h are supposed to be included from other header, so call it with quote...
Yukihiro "Matz" Matsumoto
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-10-21
Tag include/mruby/error.h functions with required mrbgem tag
Seba Gamboa
2015-10-21
Revert "Mark core gems with mrbgem tag"
Seba Gamboa
2015-10-20
Mark core gems with mrbgem tag
Seba Gamboa
2015-10-08
Remove old doxygen tags
Seba Gamboa
2015-09-21
Sorting documentation grouping
Seba Gamboa
2015-09-20
Setting up doxygen groups
Seba Gamboa
2015-07-15
add an small comment description in mruby/error.h header
Yukihiro "Matz" Matsumoto
2015-07-15
Use class array instead of variadic.
take_cheeze
2015-07-15
Implement `mrb_protect`, `mrb_ensure`, `mrb_rescue`, `mrb_rescue_exceptions`.
take_cheeze
2015-07-13
refactor mrb_bob_missing to share raising NoMethodError code; fix #2878
Yukihiro "Matz" Matsumoto
2014-10-15
remove header prototype of mrb_exc_print; close #2607
Yukihiro "Matz" Matsumoto
2014-09-27
Remove duplicated mrb_print_backtrace() declaration
Kouhei Sutou
2014-08-21
Unify include guard styles and header comments.
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-06-02
Implement `NoMethodError#args`.
take_cheeze
2014-05-20
move prototype of mrb_format() from error.h to mruby.h; ref #2274
Yukihiro "Matz" Matsumoto
2014-05-07
Move Kernel#fail definition to mruby-kernel-ext mrbgem.
take_cheeze
2014-04-11
Qualify argv argument of API `const`.
Takeshi Watanabe
2014-03-12
add mrb_strlen_lit which makes _lit macros safer
cremno
2014-03-05
error.h: add extern "C" for C++
cremno
2014-03-04
introduce mrb_exc_new_str_lit for C string literals
cubicdaiya
2014-03-01
support c++ exception
take_cheeze
2014-02-27
revert 38e9ce21 and API changed; mrb_get_backtrace() -> renamed to mrb_exc_ba...
Yukihiro "Matz" Matsumoto
2014-02-27
add new function mrb_get_backtrace_at() to get backtrace at ci and pc
Yukihiro "Matz" Matsumoto
2014-02-20
move src/error.h to include/mruby/error.h
take_cheeze