summaryrefslogtreecommitdiffhomepage
path: root/src/pool.c
AgeCommit message (Collapse)Author
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-19remove src/pool.h; close #163Yukihiro Matsumoto
2012-05-10fix typosasaki takeru
2012-05-07rename ALIGN macrosYukihiro Matsumoto
2012-05-02fixed #86 memory alignment error on ARMYuichiro MASUI
2012-04-30rm whitespaceroco
2012-04-23add file headermimaki
2012-04-20void* does not have its size.NAKAMURA Usaku
2012-04-20add mruby sourcesmimaki