summaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Collapse)Author
2012-04-20Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-04-20move src/mdata.h to include/mruby/data.hYukihiro Matsumoto
2012-04-20add file header in mruby.hmimaki
2012-04-20MRUBY_OBJECT_HEADER is always used with `;', but, in the definition of a ↵NAKAMURA Usaku
struct, you cannot include any statement except declarations, even if the statement is void statement.
2012-04-20In mruby.h, there is no definitions of RSTRING_* here, so cannot compile if ↵NAKAMURA Usaku
the compiler is not GCC.
2012-04-20add mruby sourcesmimaki