| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
mrb_funcall(); close #3056
|
|
Fiber.yield cannot be called from #initialize which is called by
mrb_funcall(). It is mruby limitation.
|
|
Improve `Struct` test.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
VisualStudio compilers where _MSC_ver < 1800
|
|
mirb should take filename and arguments.
|
|
|
|
Remove mrbtest irep
|
|
|
|
If we make the core tests a dependency on the mruby-test gem,
we don't need to worry about maintaining the core test irep alone.
|
|
|
|
|
|
|
|
|
|
Fix check for VisualStudio Version in mruby-math gem
|
|
|
|
|
|
|
|
|
|
|
|
|
|
changes:
* rename DISABLE_STDIO -> MRB_DISABLE_STDIO
* rename ENABLE_DEBUG -> MRB_ENABLE_DEBUG_HOOK
* no more opposite macro definitions (e.g. ENABLE_STDIO, DISABLE_DEBUG).
* rewrite above macro references throughout the code.
* update documents
|
|
|
|
|
|
More Docs
|
|
This reverts commit 5cdcce8dbddd94ecb9503a0a1d47370c4ef97177.
|
|
|
|
GC cleanup
|
|
|
|
|
|
|
|
|
|
|