| Age | Commit message (Collapse) | Author |
|
|
|
|
|
/home/travis/build/mruby/mruby/test/t/float.rb:201:17:
ambiguous first argument; put parentheses or even spaces
|
|
The return type of the mrb_objspace_each_objects function is void.
So this return statement with an expression is unnecessary and
also violates a constraint. From C99 §6.8.6.4:
>A return statement with an expression shall not appear
>in a function whose return type is void.
|
|
nil; fix #3002
|
|
#3000
|
|
Ensure mrbs dependency is maintained for mruby-test
|
|
|
|
More Docs
|
|
|
|
This reverts commit 5cdcce8dbddd94ecb9503a0a1d47370c4ef97177.
|
|
|
|
|
|
|
|
|
|
GC cleanup
|
|
|
|
|
|
|
|
call always frexp() instead of frexpl()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix buffer overflow of `pos` when file-size is too big
|
|
|
|
fixed YARD documentation for mrb_obj_new
|
|
|
|
|
|
|
|
|
|
Updated mruby.h YARD doc.
|
|
|
|
into crimsonwoods-fix_androidndk_rake
|
|
|
|
|