| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-04 | replace RTEST() by mrb_test_p() | Yukihiro Matz Matsumoto | |
| 2012-11-04 | replace FIXNUM_P() by mrb_fixnum_p() | Yukihiro Matz Matsumoto | |
| 2012-10-23 | mrb_raisef(): new function. Same as previou version of mrb_raise(). | Masaki Muranaka | |
| mrb_raise(): API modified. It cannot treat variable arguments. | |||
| 2012-10-16 | true/false should print proper inspect string | Yukihiro Matsumoto | |
| 2012-09-10 | use mrb_test | Yukihiro Matsumoto | |
| 2012-08-14 | NaN boxing | Yukihiro Matsumoto | |
| 2012-08-13 | use TRUE/FALSE instead of 1/0 | Yukihiro Matsumoto | |
| 2012-08-02 | mrb_check_convert_type should always return nil on error | Yukihiro Matsumoto | |
| 2012-08-02 | reduce invoking mrb_intern from convert_type | Yukihiro Matsumoto | |
| 2012-07-29 | Remove commented out code. | Masaki Muranaka | |
| 2012-07-25 | Undefine new for class rather than instance. | Max Anselm | |
| Applies to NilClass, TrueClass, FalseClass, Fixnum, and Float. Add mrb_undef_class_method for DRYness. | |||
| 2012-07-13 | allow DISABLE/ENABLE_SATDIO | Yukihiro Matsumoto | |
| 2012-06-23 | reduce calling mrb_str_new_cstr() to avoid strlen(); #301 | Yukihiro Matsumoto | |
| 2012-06-15 | Remove some redundant code. | Masaki Muranaka | |
| 2012-06-14 | error message from mrb_convert_type has been changed | Yukihiro Matsumoto | |
| 2012-06-05 | mruby/string.h: rename buf to ptr | Yukihiro Matsumoto | |
| 2012-06-01 | hash function should use #eql? internally | Yukihiro Matsumoto | |
| 2012-05-31 | resolve conflict | Yukihiro Matsumoto | |
| 2012-05-31 | remove #new from immediate classes | Yukihiro Matsumoto | |
| 2012-05-18 | remove unused method.h from object.c | Yukihiro Matsumoto | |
| 2012-05-17 | redefine POST/NEG FIXABLE using INT_MIN/MAX | Yukihiro Matsumoto | |
| 2012-05-04 | make convert_type private | Yukihiro Matsumoto | |
| 2012-04-30 | rm whitespace | roco | |
| 2012-04-26 | use mrb_float instead of double | Yukihiro Matsumoto | |
| 2012-04-23 | remove code for unsupported taint-mode | Yukihiro Matsumoto | |
| 2012-04-23 | add file header | mimaki | |
| 2012-04-20 | move src/mdata.h to include/mruby/data.h | Yukihiro Matsumoto | |
| 2012-04-20 | add mruby sources | mimaki | |
