| Age | Commit message (Collapse) | Author |
|
The following is legal code in both C and C++:
struct foo {
struct bar { int a } x;
int y;
};
...however in C++ it defines a type called "foo::bar" instead of "bar".
Just avoid this construct altogether
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Minor edits to test suite and Math module
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
= 1; then call mrb_parser_parse(); see tool/mirb/mirb.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
file systems; close #136
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re-added Math functions missing under MSVC, with custom implementations
|
|
Avoid "may be used uninitialized in this function" warning.
|
|
|
|
|
|
|
|
|
|
|
|
directives to support these functions under MSVC too
|
|
|
|
move declaration in the middle
no signbit
|
|
|
|
|