Files
mruby-mruby/include/mruby
Yukihiro "Matz" Matsumoto c2660b8111 Fix missing MRB_API prefix for functions below; clse #4267
Functions to add prototypes to headers:
* mrb_ary_splice()
* mrb_notimplement()
* mrb_vformat()
* mrb_cstr_to_dbl()
* mrb_cstr_to_inum()

Functions to be made `static` (`MRB_API` was not needed):
* mrb_mod_module_function()
* mrb_obj_hash()
* mrb_str_len_to_inum()

Functions to remove `MRB_API` from definitions (referenced from within `libmruby`):
* mrb_mod_cv_defined()
* mrb_mod_cv_get()
* mrb_f_send()
2019-03-26 10:23:52 +09:00
..
2018-12-18 23:05:36 +09:00
2017-10-11 17:58:11 +09:00
2018-12-18 23:14:26 +09:00
2018-12-18 23:14:26 +09:00
2018-11-20 21:27:03 -05:00
2016-11-25 23:15:37 +01:00
2017-10-11 17:58:11 +09:00
2018-12-18 23:05:36 +09:00
2018-12-18 23:14:26 +09:00
2019-01-03 20:09:41 +09:00
2019-03-14 23:09:05 +09:00
2018-12-11 10:52:20 +09:00