| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
- reduce compile time by a little bit (full-core: ~0.7s for me)
- thanks to 'include-what-you-use' for some help
- include Standard C header files before any other (coding style)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Proposal of mrb_intern_lit macro.
|
|
|