| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-20 | correct comment; ref #2297 | Yukihiro "Matz" Matsumoto | |
| 2014-05-20 | Merge branch 'add-exception-test' of https://github.com/yui-knk/mruby into ↵ | Yukihiro "Matz" Matsumoto | |
| yui-knk-add-exception-test | |||
| 2014-05-20 | Merge pull request #2296 from take-cheeze/core_local_vars | Yukihiro "Matz" Matsumoto | |
| Move `Kernel.local_variables` to core. | |||
| 2014-05-20 | Add 'Raise in rescue' test to exception. | yui-knk | |
| 2014-05-19 | Move `Kernel.local_variables` to core. | take_cheeze | |
| 2014-05-19 | mrb_include_module support class and module | ksss | |
| that not have methods each other | |||
| 2014-05-19 | Implement Module#initialize (15.2.2.4.31) | ksss | |
| 2014-05-19 | UINT16_MAX as symbol length is reserved; ref #2294 | Yukihiro "Matz" Matsumoto | |
| 2014-05-19 | allow NULL (no variable) in lvar section of mrb format; fix #2294 | Yukihiro "Matz" Matsumoto | |
| This fix use UINT16_MAX for NULL symbol tag, that means maximum symbol length is not UINT16_MAX-1. | |||
| 2014-05-19 | reimplement Range#size using double with fixing corner cases; ref #2293 | Yukihiro "Matz" Matsumoto | |
| 2014-05-19 | Merge pull request #2293 from suzukaze/range.size | Yukihiro "Matz" Matsumoto | |
| Add Range#size | |||
| 2014-05-19 | Add Range#size | Jun Hiroe | |
| 2014-05-19 | Merge pull request #2291 from carsonmcdonald/removeivtest | Yukihiro "Matz" Matsumoto | |
| Add test for remove_instance_variable | |||
| 2014-05-19 | Merge pull request #2289 from take-cheeze/local_variables_iso | Yukihiro "Matz" Matsumoto | |
| Add ISO index to `Kernel.local_variables`. | |||
| 2014-05-19 | Merge pull request #2290 from take-cheeze/eval_iso | Yukihiro "Matz" Matsumoto | |
| Add ISO index to `Kernel.eval` and `Kernel#eval`. | |||
| 2014-05-18 | Add test for remove_instance_variable | Carson McDonald | |
| 2014-05-18 | Add ISO index to `Kernel.eval` and `Kernel#eval`. | take_cheeze | |
| 2014-05-18 | Add ISO index to `Kernel.local_variables`. | take_cheeze | |
| 2014-05-18 | Merge pull request #2288 from ksss/define-class | Yukihiro "Matz" Matsumoto | |
| support class define in singleton class | |||
| 2014-05-18 | support class define in singleton class | ksss | |
| 2014-05-18 | Merge pull request #2287 from yui-knk/add-space | Yukihiro "Matz" Matsumoto | |
| Add a space aftre bracket. | |||
| 2014-05-18 | Merge pull request #2285 from suzukaze/fix-indent | Yukihiro "Matz" Matsumoto | |
| Fix indent in mrb_hash_to_hash() | |||
| 2014-05-18 | Merge pull request #2284 from yui-knk/use-macro | Yukihiro "Matz" Matsumoto | |
| Use boolean macro in exc_equal. | |||
| 2014-05-18 | Merge pull request #2283 from yui-knk/delete-space | Yukihiro "Matz" Matsumoto | |
| Remove space. | |||
| 2014-05-18 | Merge pull request #2281 from ksss/doc-test | Yukihiro "Matz" Matsumoto | |
| instance method name use "#" instead of "." for assert | |||
| 2014-05-18 | Add a space aftre bracket. | yui-knk | |
| 2014-05-18 | Use boolean macro in kernel.c | Jun Hiroe | |
| 2014-05-18 | Fix indent in mrb_hash_to_hash() | Jun Hiroe | |
| 2014-05-18 | Use boolean macro in exc_equal. | yui-knk | |
| 2014-05-18 | Remove space. | yui-knk | |
| 2014-05-18 | Change range_check before mrb_obj_alloc. | yui-knk | |
| 2014-05-18 | instance method name use "#" instead of "." for assert | ksss | |
| 2014-05-17 | Merge pull request #2276 from yui-knk/add-comment | Yukihiro "Matz" Matsumoto | |
| Add comment to Fixnum Class. | |||
| 2014-05-17 | Add comment to Fixnum Class. | yui-knk | |
| 2014-05-17 | Merge pull request #2275 from suzukaze/refactor-string.c-2 | Yukihiro "Matz" Matsumoto | |
| Refactor string.c Fix #2267 | |||
| 2014-05-17 | Refactor mrb_str_intern() in string.c | Jun Hiroe | |
| 2014-05-17 | Refactor mrb_str_equal_m in string.c | Jun Hiroe | |
| 2014-05-17 | Refactor mrb_str_new() in string.c | Jun Hiroe | |
| 2014-05-17 | Merge pull request #2273 from suzukaze/refactor-range.c | Yukihiro "Matz" Matsumoto | |
| Use boolean macro in mrb_range_initialize() | |||
| 2014-05-17 | Merge pull request #2270 from suzukaze/refactor-class.c | Yukihiro "Matz" Matsumoto | |
| Use boolean macro | |||
| 2014-05-17 | Merge pull request #2269 from suzukaze/delete-semicolon | Yukihiro "Matz" Matsumoto | |
| Delete unnecessary semicolon | |||
| 2014-05-17 | Merge pull request #2268 from yui-knk/replace-tab | Yukihiro "Matz" Matsumoto | |
| Replace tab with spaces. | |||
| 2014-05-17 | Use boolean macro in mrb_range_initialize() | Jun Hiroe | |
| 2014-05-17 | Use boolean macro | Jun Hiroe | |
| 2014-05-17 | Delete unnecessary semicolon | Jun Hiroe | |
| 2014-05-17 | Replace tab with spaces. | yui-knk | |
| 2014-05-17 | Merge pull request #2266 from suzukaze/fix-indent | Yukihiro "Matz" Matsumoto | |
| Fix indents | |||
| 2014-05-17 | Fix indents | Jun Hiroe | |
| 2014-05-17 | Merge pull request #2265 from suzukaze/refactor | Yukihiro "Matz" Matsumoto | |
| Add new line behind return type | |||
| 2014-05-17 | Merge pull request #2264 from ksss/const_missing | Yukihiro "Matz" Matsumoto | |
| const_missing error message more detail | |||
