| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-05-19 | C++ compilability -- "try" is a keyword, avoid as variable name | Mitchell Blank Jr | |
| 2012-05-19 | Helper functions for st_foreach() return "enum st_retval" not "int" | Mitchell Blank Jr | |
| Just making this a bit more consistent throughout the code | |||
| 2012-05-19 | C++ compilability - don't define types inside others | Mitchell Blank Jr | |
| 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 | |||
| 2012-05-10 | remove encode_class and converter_class from mrb_state | Yukihiro Matsumoto | |
| 2012-05-09 | temporal VC patch from nkshigeru | Yukihiro Matsumoto | |
| 2012-05-09 | move declaration in the middle | Yukihiro Matsumoto | |
| 2012-04-30 | rm whitespace | roco | |
| 2012-04-24 | mv variable.h to mruby/variable.h | Yukihiro Matsumoto | |
| 2012-04-20 | remove dependency to SIZEOF_INT | Yukihiro Matsumoto | |
| 2012-04-20 | the type of return values of tr->func_ii() and tr->func_si() is already ↵ | NAKAMURA Usaku | |
| mrb_value, so no need to cast. | |||
| 2012-04-20 | add mruby sources | mimaki | |
