summaryrefslogtreecommitdiffhomepage
path: root/src/array.c
AgeCommit message (Collapse)Author
2012-04-23add file headermimaki
2012-04-21avoid integer overflowYukihiro Matsumoto
2012-04-20Remove unnecessary check for size_t < 0Patrick Hogan
size_t can never be negative since it is an unsigned integer according to standard. Removed to silence warning. Signed-off-by: Patrick Hogan <[email protected]>
2012-04-20move src/mdata.h to include/mruby/data.hYukihiro Matsumoto
2012-04-20add mruby sourcesmimaki