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
2019-09-29
Allow rethrowing `MRB_TT_BREAK`
dearblue
2019-09-24
`Exception#initialize` should not allow two or more arguments
KOBAYASHI Shuji
2019-09-14
Add a macro `mrb_frozen_p` that points to `MRB_FROZEN_P`.
Yukihiro "Matz" Matsumoto
2019-09-08
Fix `mrb_vformat()` crashes with `MRB_INT16`
dearblue
2019-08-18
Prohibit changes to iseq in principle
dearblue
2019-08-05
Use new specifiers/modifiers of `mrb_vfromat()`
KOBAYASHI Shuji
2019-08-03
Change second argument to `%l` of `mrb_vformat()` to `size_t` from `mrb_int`
KOBAYASHI Shuji
2019-08-03
Fix `mrb_vformat("%f")` with `MRB_USE_FLOAT`
KOBAYASHI Shuji
2019-08-02
Change the `mrb_vformat` specifier `%d` for `int`
KOBAYASHI Shuji
2019-08-01
Add new specifiers/modifiers to format string of `mrb_vfromat()`
KOBAYASHI Shuji
2019-04-09
Extract frozen checking to function
KOBAYASHI Shuji
2019-04-01
Avoid keeping pointers from `mrb_sym2name_len()`; fix #4342
Yukihiro "Matz" Matsumoto
2019-02-27
Add newline to warning by `mrb_warn()`
KOBAYASHI Shuji
2018-11-19
Use type checking `mrb_to_str` instead of converting `mrb_str_to_str`.
Yukihiro "Matz" Matsumoto
2018-05-23
Check if the exception is frozen; fix #4025
Yukihiro "Matz" Matsumoto
2018-01-25
Check `arena_idx` before accessing; fix #3934
Yukihiro "Matz" Matsumoto
2017-12-04
Remove temporary objects from GC arena in `mrb_vformat()'; #3863
Yukihiro "Matz" Matsumoto
2017-12-04
Pop exception objects from the bottom of GC arena; fix #3863
Yukihiro "Matz" Matsumoto
2017-11-02
don't overwrite backtrace info.
Tomoyuki Sahara
2017-09-27
fix: src\kernel.c(874): warning C4244: 'function': conversion from 'mrb_int' ...
Tomasz Dąbrowski
2017-09-27
fix: src\error.c(76): warning C4244: '=': conversion from 'mrb_int' to 'int',...
Tomasz Dąbrowski
2017-08-12
Reduce integer type mismatch warnings in VC.
Yukihiro "Matz" Matsumoto
2017-08-11
Should not call `to_str` in `mrb_vformat`; fix #3773
Yukihiro "Matz" Matsumoto
2017-07-12
Use "$!" specifier of `mrb_get_args`.
Yukihiro "Matz" Matsumoto
2017-07-05
Put a space between error position and error message.
Yukihiro "Matz" Matsumoto
2017-06-14
The out-of-memory error should not be an instance of RuntimeError.
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
2017-05-23
Support the case when the backtrace is not an array.
Yukihiro "Matz" Matsumoto
2017-05-23
Update comments regarding Exception#to_str
Yukihiro "Matz" Matsumoto
2017-04-25
Avoid use of `snprintf()` when DISABLE_STDIO is set; fix #3632
Yukihiro "Matz" Matsumoto
2017-04-18
Call exc_debug_info() in mrb_exc_set(); ref #3610
Yukihiro "Matz" Matsumoto
2017-03-19
Fixed some compiler errors regarding PRId.
Yukihiro "Matz" Matsumoto
2017-03-19
Use MRB_PRId instead of "%d"; fix #3515
Yukihiro "Matz" Matsumoto
2017-03-19
Remove cname duplication from exc_inspect().
Yukihiro "Matz" Matsumoto
2017-03-19
Avoid possible infinite recursion in mrb_print_error(); ref #3517
Yukihiro "Matz" Matsumoto
2017-03-18
Save/restore GC arena index to avoid arena overflow error.
Yukihiro "Matz" Matsumoto
2017-03-18
Avoid mrb_check_string_type() in raising exception; fix #3506
Yukihiro "Matz" Matsumoto
2017-03-02
Create NoMethodError instance using `mrb_obj_new()`.
Yukihiro "Matz" Matsumoto
2017-02-15
Do not funcall() Exception#set_backtrace from runtime.
Yukihiro "Matz" Matsumoto
2017-02-15
Preallocate SystemStackError; ref #3421
Yukihiro "Matz" Matsumoto
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
[next]