| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-06-07 | remove src/gc.h | Yukihiro Matsumoto | |
| 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-18 | add extern "C" guards | Yukihiro Matsumoto | |
| 2012-05-05 | hash refactored | Yukihiro Matsumoto | |
| 2012-04-30 | rm whitespace | roco | |
| 2012-04-23 | add file header | mimaki | |
| 2012-04-20 | add mruby sources | mimaki | |
