summaryrefslogtreecommitdiffhomepage
path: root/src/gc.h
AgeCommit message (Collapse)Author
2012-06-07remove src/gc.hYukihiro Matsumoto
2012-05-19C++ compilability - don't define types inside othersMitchell 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-18add extern "C" guardsYukihiro Matsumoto
2012-05-05hash refactoredYukihiro Matsumoto
2012-04-30rm whitespaceroco
2012-04-23add file headermimaki
2012-04-20add mruby sourcesmimaki