| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Add validation for C language symbol name
|
|
|
|
|
|
|
|
|
|
stdint header seems required on osx for uint8_t
|
|
|
|
|
|
Fix exit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2nd argument for `NameError.new` in C API.
|
|
|
|
|
|
mrb_data_check_and_get
|
|
Change to return the exception object when an exception occurred in mrb_funcall
|
|
|
|
|
|
|
|
Check malloc failed
|
|
|
|
Cleanup around mrb_raise calls
|
|
|
|
|
|
|
|
At the first time, mrb_realloc raise RuntimeError.
At the time fails twice in a row, it causes panic.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cleanup numeric.c
|
|
|
|
|
|
|
|
Export mrb_flo_to_str() as API.
|
|
Add new API mrb_flo_to_fixnum(). You can replace mrb_flt2big() to mrb_flo_to_fixnum() with few modifications.
|
|
mrb_string_value() is no merit to keep using.
|
|
|