Files
mruby-mruby/mrbgems/mruby-bin-debugger/tools/mrdb
Yukihiro "Matz" Matsumoto caee1f68a2 Change the return type of mrb_check_intern() and friends.
They used to return `mrb_value` but now return `mrb_sym` for consistency
with other `intern` functions. If symbols are not defined, `check`
functions return `0`, instead of `nil` in the past.

It causes API incompatibility but I believe few people use those
functions out of the core, and those changes are very easy to handle,
hopefully.
2020-10-12 16:21:50 +09:00
..
2017-04-03 16:49:18 +09:00
2020-10-12 16:20:58 +09:00
2019-02-19 18:10:05 +09:00
2019-02-19 18:10:05 +09:00
2019-08-18 15:00:32 +09:00