| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
formal arguments and optional arguments exist; close #2144
|
|
|
|
close #2129
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It does the same as `mrb_str_cat`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
stack length.
|
|
|
|
mattn/mruby-require#20
|
|
|
|
boudaries on exceptions; close #1942
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in Ruby; fix #1680 ref #1765
|
|
close #1765
|
|
According to CONTRIBUTING.md,
Don't use C++ style comments
/* This is the prefered comment style */
Use C++ style comments only for temporary comment e.g. commenting out some code lines.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is most likely only needed on Windows be-
cause __GNUC__ is not defined by both compilers.
It might fail with some unusual configurations.
If that is the case, feel free to open an issue.
|