| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-14 | Improve nil Tests | Daniel Bovensiepen | |
| 2013-06-14 | Improve NameError Tests | Daniel Bovensiepen | |
| 2013-06-14 | Improve LocalJumpError Tests | Daniel Bovensiepen | |
| 2013-06-14 | Improve IndexError Tests | Daniel Bovensiepen | |
| 2013-06-14 | Fix float parenthese warning | Daniel Bovensiepen | |
| 2013-06-14 | Improve GC Tests | Daniel Bovensiepen | |
| 2013-06-14 | Improve Float Tests | Daniel Bovensiepen | |
| 2013-06-14 | Add assert_float to test environment | Daniel Bovensiepen | |
| 2013-06-14 | Improve Bootstrap Literal Tests | Daniel Bovensiepen | |
| 2013-06-14 | Improve Bootstrap Block Tests | Daniel Bovensiepen | |
| 2013-06-14 | Add block mode to assert_equal | Daniel Bovensiepen | |
| 2013-06-14 | Merge pull request #1279 from Bovi-Li/improve-tests | Yukihiro "Matz" Matsumoto | |
| Improve Test Infrastructure (Part 1) | |||
| 2013-06-12 | Merge pull request #1281 from Bovi-Li/singleton | Yukihiro "Matz" Matsumoto | |
| Singleton raises TypeError on #new | |||
| 2013-06-11 | Merge pull request #1278 from monaka/pr-calloc-improvement | Yukihiro "Matz" Matsumoto | |
| Check parameters strictly. | |||
| 2013-06-11 | Check parameters strictly. | Masaki Muranaka | |
| calloc in C99 is expected to return NULL when nelem * len == 0. | |||
| 2013-06-11 | add assertion that check sizeof(void*) should be 4 bytes when MRB_NAN_BOXING ↵ | Yukihiro "Matz" Matsumoto | |
| is in use | |||
| 2013-06-10 | restructure header files; move non config lines away from mrbconf.h | Yukihiro "Matz" Matsumoto | |
| 2013-06-09 | Merge pull request #1276 from h2so5/replace-isupper-msvc | Yukihiro "Matz" Matsumoto | |
| Replace isupper with a macro in msvc | |||
| 2013-06-10 | Use casting instead of a macro | h2so5 | |
| 2013-06-09 | Replace isupper with a macro in msvc | h2so5 | |
| 2013-06-09 | Merge pull request #1275 from carsonmcdonald/undeffix | Yukihiro "Matz" Matsumoto | |
| Fix for 1274 | |||
| 2013-06-09 | Remove incorrect removal of iv | Carson McDonald | |
| 2013-06-09 | Singleton raises TypeError on #new | Daniel Bovensiepen | |
| 2013-06-09 | Improve false tests | Daniel Bovensiepen | |
| 2013-06-09 | Improve Exception tests | Daniel Bovensiepen | |
| 2013-06-09 | Improve Enumerable tests | Daniel Bovensiepen | |
| 2013-06-09 | Add assert_not_include to test environment | Daniel Bovensiepen | |
| 2013-06-09 | Improve Comparable tests | Daniel Bovensiepen | |
| 2013-06-09 | Improve Class tests | Daniel Bovensiepen | |
| 2013-06-09 | Improve BasicObject tests | Daniel Bovensiepen | |
| 2013-06-09 | Fix Array Tests | Daniel Bovensiepen | |
| 2013-06-09 | Improve Array tests | Daniel Bovensiepen | |
| 2013-06-09 | Add assert_not_equal | Daniel Bovensiepen | |
| 2013-06-09 | Improve ArgumentError tests | Daniel Bovensiepen | |
| 2013-06-09 | Improve alias tests | Daniel Bovensiepen | |
| 2013-06-09 | Improve undef tests | Daniel Bovensiepen | |
| 2013-06-08 | Add undef var test | Carson McDonald | |
| 2013-06-08 | Raise a NameError when symbol isn't found. | Carson McDonald | |
| 2013-06-08 | bob doesn't have new so don't undef | Carson McDonald | |
| 2013-06-08 | new is removed from Integer so doesn't need to be removed again in Fixnum | Carson McDonald | |
| 2013-06-06 | Merge pull request #1273 from kyab/no_bins_example | Yukihiro "Matz" Matsumoto | |
| No need to specify empty bin list anymore(example) | |||
| 2013-06-06 | Merge pull request #1272 from kyab/absolute_path_ok_for_gembox | Yukihiro "Matz" Matsumoto | |
| Describe GemBox files can be located anywhere | |||
| 2013-06-07 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-06-06 | install gperf to prevent accidental compile error | Yukihiro "Matz" Matsumoto | |
| 2013-06-06 | do not specify implementation dependant exception class names in fiber test | Yukihiro "Matz" Matsumoto | |
| 2013-06-06 | No need to specify empty bin list anymore(example) | kyab | |
| 2013-06-06 | Describe GemBox files can be located anywhere | kyab | |
| 2013-06-02 | Merge pull request #1271 from carsonmcdonald/mrbgemdocfixes | Yukihiro "Matz" Matsumoto | |
| Minor wording changes and a couple spelling fixes | |||
| 2013-06-02 | Minor wording changes and a couple spelling fixes | Carson McDonald | |
| 2013-05-29 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
