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
/
mrbgems
/
mruby-error
Age
Commit message (
Expand
)
Author
2021-06-16
Run pre-commit with GitHub Actions
John Bampton
2021-04-22
error.h: rename `mrb_protect_raw` to `mrb_protect_error`; #5415
Yukihiro "Matz" Matsumoto
2021-04-19
Introducing the `mrb_protect_raw()` API function
dearblue
2020-12-13
Improve source scanning for presym
KOBAYASHI Shuji
2020-01-30
Fix arena index type from `mrb_int` to just `int`.
Yukihiro "Matz" Matsumoto
2019-09-29
Restore GC arena frequently
dearblue
2017-03-02
Reorganize C++ exceptions; ref #3470
Yukihiro "Matz" Matsumoto
2016-09-28
Removed trailing spaces
Nobuyoshi Nakada
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-07-15
mrb_protect() to return the exception raised (with the state of true)
Yukihiro "Matz" Matsumoto
2015-07-15
remove unused variable declaration
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