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