| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add new API mrb_flo_to_fixnum(). You can replace mrb_flt2big() to mrb_flo_to_fixnum() with few modifications.
|
|
|
|
|
|
(stringify) and takes mrb_value; close #1062
|
|
|
|
|
|
tomrb_ptr_as_string() instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
use %p instead of %lx to prevent truncation and for consistency
|
|
|
|
|
|
|
|
|
|
mrb_raise(): API modified. It cannot treat variable arguments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Applies to NilClass, TrueClass, FalseClass, Fixnum, and Float. Add
mrb_undef_class_method for DRYness.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|