| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
add "Module#instance_methods" for mruby
|
|
|
|
|
|
|
|
|
|
add "Module#include?" for mruby
|
|
|
|
|
|
|
|
remove redundant LOOP_NORMAL checkups in function:codegen. and fix #561
|
|
|
|
|
|
defined at line:349
|
|
|
|
Use check_float to test equality of float values in Math#round test
|
|
|
|
|
|
|
|
Fix manual implementations of erf and erfc functions
|
|
fix lost const variable in class BasicObject
|
|
|
|
|
|
|
|
delete redundant '__send__' definition
|
|
l/rshift width as int. It was unsigned long
|
|
|
|
|
|
|
|
define MRB_INT64 flag for mrb_int as 64bit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove a redundant "%".
|
|
modify Module#class_variables test
|
|
fix the issue String#slice with Range may return broken String.
|
|
|
|
|
|
|