| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 | 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 | |||
| 2014-05-17 | Merge pull request #2263 from suzukaze/replace-tab-with-space | Yukihiro "Matz" Matsumoto | |
| Replace tabs with spaces in eval.c | |||
| 2014-05-17 | Merge pull request #2262 from ksss/doc-opcode | Yukihiro "Matz" Matsumoto | |
| [DOC] fix op code doc | |||
| 2014-05-17 | Merge pull request #2261 from take-cheeze/fix_2259 | Yukihiro "Matz" Matsumoto | |
| Fix #2259 . | |||
| 2014-05-16 | Add new line behind return type | Jun Hiroe | |
| 2014-05-16 | Replace tabs with spaces in eval.c | Jun Hiroe | |
| 2014-05-16 | const_missing error message more detail | ksss | |
| 2014-05-16 | include/mruby/opcode.h fix operation doc | ksss | |
| src/vm.c fix operation doc [ci skip] | |||
| 2014-05-16 | Fix #2259 . | take_cheeze | |
| 2014-05-16 | register<nlocals may not have a local variable name (e.g. a block arg); fix ↵ | Yukihiro "Matz" Matsumoto | |
| #2258 | |||
| 2014-05-15 | Merge pull request #2257 from miura1729/original2 | Yukihiro "Matz" Matsumoto | |
| Suport block in Kernel#eval | |||
| 2014-05-15 | Suport block in Kernel#eval | Miura Hideki | |
