| Age | Commit message (Collapse) | Author |
|
close #951
|
|
|
|
|
|
|
|
FUKUZAWA-Tadashi-heredoc
|
|
Use MRB_IREP_ARRAY_INIT_SIZE macro.
|
|
|
|
Define ARY_MAX_SIZE strictly. Use mrb_int instead of int.
|
|
cleanup: unused variable local_svar
|
|
|
|
|
|
|
|
|
|
mattn-pluggable_struct
|
|
of struct directly.
|
|
|
|
|
|
Pluggable Time class
|
|
|
|
|
|
possible to reduce RAM size.
|
|
Reduce sprintf() calls. Remove mrb_int_to_str() and MRB_INT_FORMAT.
|
|
monaka/pr-enable-building-libmruby-with-DISABLE_STDIO-macro
Fix errors caused by stdio.h dependent code.
|
|
|
|
|
|
|
|
|
|
|
|
- undef for windows is not used by default so comment it
- casting to the same type is not needed
- parenthesis are not needed for macro attributes separated by commas
- change order of MRB_NAN_BOXING and MRB_INT64 to simplify logic
|
|
Remove DISABLE_REGEXP
|
|
|
|
|
|
|
|
|
|
Added a hook at VM code fetch.
|
|
Pluggable regexp
|
|
|
|
|
|
|
|
|
|
Make_Data_Struct; close #821
|
|
|
|
Remove declarations of undefined functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed MRB_INT64 warning
|