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
2021-10-12
error.c: small refactoring regarding #2485
Yukihiro "Matz" Matsumoto
2021-10-12
Merge branch 'exc_mesg' of https://github.com/take-cheeze/mruby into take-che...
Yukihiro "Matz" Matsumoto
2021-09-22
error.c: stop calling `initialize` from VM exceptions.
Yukihiro "Matz" Matsumoto
2021-09-01
mruby.h: obsolete `mrb_to_str()`.
Yukihiro "Matz" Matsumoto
2021-08-03
Replace `mrb_fixnum_value()` with `mrb_int_value()`.
Yukihiro "Matz" Matsumoto
2021-07-25
Remove redundant include headers.
Yukihiro "Matz" Matsumoto
2021-07-02
error.c: `mrb_obj_as_string` and `mrb_inspect` may return non-object (`undef`).
Yukihiro "Matz" Matsumoto
2021-04-25
Fix symbol leak in `exc_to_s()`
dearblue
2021-02-03
Move `MRB_TRY` part of `mrb_close` to `src/error.c`; ref 6cc52b3
Yukihiro "Matz" Matsumoto
2021-01-26
Revert "Minimize the changes in #5277"
Yukihiro "Matz" Matsumoto
2021-01-22
Minimize the changes in #5277
Yukihiro "Matz" Matsumoto
2021-01-11
Avoid including `presym.inc` in existing header files
KOBAYASHI Shuji
2020-11-21
Rename `MRB_{ENABLE,DISABLE}_` to `MRB_{USE,NO}_`; close #5163
KOBAYASHI Shuji
2020-10-12
Revert "Add a new function `mrb_exc_protect()`."
Yukihiro "Matz" Matsumoto
2020-10-12
Add a new function `mrb_exc_protect()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Raname `mrb_exc_new_str_lit()` to `mrb_exc_new_lit()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `mrb_funcall_id()` extensively.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `MRB_SYM()` for inline symbols.
Yukihiro "Matz" Matsumoto
2020-06-20
Add `mrb_get_arg1()` that retrieves single (and only) argument.
Yukihiro "Matz" Matsumoto
2020-06-05
Squashed commit of the following:
Yukihiro "Matz" Matsumoto
2020-01-01
Rename `mrb_num_args_error` to `mrb_argnum_error`; ref #4863
Yukihiro "Matz" Matsumoto
2020-01-01
Merge pull request #4863 from shuujii/add-mrb_num_args_error-for-wrong-number...
Yukihiro "Matz" Matsumoto
2019-12-20
Fix potentially crash in `%n` of `mrb_vformat()` with 64-bit `int`
KOBAYASHI Shuji
2019-12-18
Simplify `print_backtrace()`
KOBAYASHI Shuji
2019-12-18
Merge pull request #4875 from shuujii/remove-location-info-from-Exception-ins...
Yukihiro "Matz" Matsumoto
2019-12-17
Refine output of `mrb_print_error()`
KOBAYASHI Shuji
2019-12-14
Remove location info from `Exception#inspect`
KOBAYASHI Shuji
2019-12-12
Add `mrb_num_args_error()` for "wrong number of arguments" error
KOBAYASHI Shuji
2019-10-24
Fix argument specs to `Exception`
KOBAYASHI Shuji
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
[next]