summaryrefslogtreecommitdiffhomepage
path: root/src/object.c
AgeCommit message (Expand)Author
2012-10-16true/false should print proper inspect stringYukihiro Matsumoto
2012-09-10use mrb_testYukihiro Matsumoto
2012-08-14NaN boxingYukihiro Matsumoto
2012-08-13use TRUE/FALSE instead of 1/0Yukihiro Matsumoto
2012-08-02mrb_check_convert_type should always return nil on errorYukihiro Matsumoto
2012-08-02reduce invoking mrb_intern from convert_typeYukihiro Matsumoto
2012-07-29Remove commented out code.Masaki Muranaka
2012-07-25Undefine new for class rather than instance.Max Anselm
2012-07-13allow DISABLE/ENABLE_SATDIOYukihiro Matsumoto
2012-06-23reduce calling mrb_str_new_cstr() to avoid strlen(); #301Yukihiro Matsumoto
2012-06-15Remove some redundant code.Masaki Muranaka
2012-06-14error message from mrb_convert_type has been changedYukihiro Matsumoto
2012-06-05mruby/string.h: rename buf to ptrYukihiro Matsumoto
2012-06-01hash function should use #eql? internallyYukihiro Matsumoto
2012-05-31resolve conflictYukihiro Matsumoto
2012-05-31remove #new from immediate classesYukihiro Matsumoto
2012-05-18remove unused method.h from object.cYukihiro Matsumoto
2012-05-17redefine POST/NEG FIXABLE using INT_MIN/MAXYukihiro Matsumoto
2012-05-04make convert_type privateYukihiro Matsumoto
2012-04-30rm whitespaceroco
2012-04-26use mrb_float instead of doubleYukihiro Matsumoto
2012-04-23remove code for unsupported taint-modeYukihiro Matsumoto
2012-04-23add file headermimaki
2012-04-20move src/mdata.h to include/mruby/data.hYukihiro Matsumoto
2012-04-20add mruby sourcesmimaki