| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-30 | Refactor range_eql() func in rangec.c | Jun Hiroe | |
| 2013-06-29 | Merge pull request #1321 from suzukaze/refactor-range-c | Yukihiro "Matz" Matsumoto | |
| Refactor mrb_range_eq() func in range.c. | |||
| 2013-06-30 | Refactor mrb_range_eq() func in range.c. | Jun Hiroe | |
| 2013-06-30 | Refactor mrb_obj_eq() func in object.c. | Jun Hiroe | |
| 2013-06-29 | Merge pull request #1304 from iij/pr_nil_methods | Yukihiro "Matz" Matsumoto | |
| add nil.to_a, nil.to_f, nil.to_i methods | |||
| 2013-06-29 | Merge pull request #1318 from Fleurer/refactor_realloc | Yukihiro "Matz" Matsumoto | |
| refactor mrb_realloc() in gc.c | |||
| 2013-06-29 | Merge pull request #1317 from cremno/crc.c-include-stddef.h | Yukihiro "Matz" Matsumoto | |
| crc.c - replace POSIX with C99 header | |||
| 2013-06-29 | Merge pull request #1314 from suzukaze/refactor-hash-c | Yukihiro "Matz" Matsumoto | |
| Refactor mrb_hash_empty_p() func in hash.c | |||
| 2013-06-29 | Merge pull request #1313 from mimaki/fix-mrb_get_args-z-format | Yukihiro "Matz" Matsumoto | |
| ArgumentError raised when mrb_get_args(mrb, "z", ...) receives substring. | |||
| 2013-06-28 | refactor mrb_realloc() | fleuria | |
| remove the redundant codes with mrb_malloc_simple() | |||
| 2013-06-28 | replaced POSIX header with standard C header | Cremno | |
| 2013-06-28 | add nil.to_a, nil.to_f, nil.to_i methods | Akira Yumiyama | |
| 2013-06-27 | Refactor mrb_hash_empty_p() func in hash.c | Jun Hiroe | |
| 2013-06-27 | fix unnecessary exception in mrb_get_args with "z" format. | mimaki | |
| 2013-06-27 | Avoid read_escape() in case of regexp | Takashi Sogabe | |
| 2013-06-26 | Merge pull request #1308 from suzukaze/refactor-hash-c | Yukihiro "Matz" Matsumoto | |
| Refactor mrb_hash_has_keyWithKey() func in hash.c | |||
| 2013-06-26 | Refactor mrb_hash_has_keyWithKey() func in hash.c | Jun Hiroe | |
| 2013-06-26 | Add arena save/restore around use of hash KEY. | Carson McDonald | |
| 2013-06-25 | use mrb_malloc_simple() to allocate crc buffer; close #1302 | Yukihiro "Matz" Matsumoto | |
| 2013-06-25 | add mrb_malloc_simple() that returns NULL on error | Yukihiro "Matz" Matsumoto | |
| 2013-06-25 | Fix crash on load *mrb | kyab | |
| 2013-06-24 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-06-24 | fixed a bug in push back list; close #1298 | Yukihiro "Matz" Matsumoto | |
| 2013-06-22 | Add fallback for allocate CRC buffer | kyab | |
| 2013-06-21 | Cleanup mrb_str_resize(). | Masaki Muranaka | |
| 2013-06-21 | make mrb_str_new_cstr DRY | cubicdaiya | |
| Using str_new eliminates duplicated codes in mrb_str_new_cstr. | |||
| 2013-06-20 | Fix compile warning for abort | kyab | |
| 2013-06-15 | Merge upstream | Daniel Bovensiepen | |
| 2013-06-23 | Add ISO comments | Daniel Bovensiepen | |
| 2013-06-17 | Add ISO Number to Symbol | Daniel Bovensiepen | |
| 2013-06-17 | Add ISO Number to String | Daniel Bovensiepen | |
| 2013-06-17 | Add ISO Number to Range | Daniel Bovensiepen | |
| 2013-06-17 | Add ISO Number to Proc | Daniel Bovensiepen | |
| 2013-06-17 | Add ISO Number to Numeric, Integer and Float | Daniel Bovensiepen | |
| 2013-06-17 | Add ISO Number to Kernel | Daniel Bovensiepen | |
| 2013-06-17 | Add ISO Number to Hash | Daniel Bovensiepen | |
| 2013-06-17 | Add ISO Number to Enumerable | Daniel Bovensiepen | |
| 2013-06-17 | Add ISO Number to Comparable | Daniel Bovensiepen | |
| 2013-06-17 | Add ISO Number to Array | Daniel Bovensiepen | |
| 2013-06-13 | fix indent | Yukihiro "Matz" Matsumoto | |
| 2013-06-09 | Singleton raises TypeError on #new | Daniel Bovensiepen | |
| 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-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 | Remove incorrect removal of iv | 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 | |
