| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-03 | Remove space. | yui-knk | |
| 2014-06-03 | Fix indent. | yui-knk | |
| 2014-06-03 | Fix typos in gc | katmutua | |
| 2014-06-03 | Remove space. | yui-knk | |
| 2014-05-30 | add internal function mrb_toplevel_run_keep() to keep stack contents; close ↵ | Yukihiro "Matz" Matsumoto | |
| #2326 | |||
| 2014-05-28 | Fix invalid array initialize for VS2012 | bggd | |
| 2014-05-27 | fix indent. | yui-knk | |
| 2014-05-23 | Should not call inherited method | ksss | |
| when class nothing | |||
| 2014-05-22 | call Class#initialize from Class.new; ref ISO 15.2.3.3.1 | Yukihiro "Matz" Matsumoto | |
| 2014-05-22 | allocate object after mrb_get_args() | Yukihiro "Matz" Matsumoto | |
| 2014-05-22 | Merge pull request #2304 from ksss/class-new | Yukihiro "Matz" Matsumoto | |
| Class.new do not call `class_eval' | |||
| 2014-05-22 | Merge pull request #2303 from ksss/module-initialize | Yukihiro "Matz" Matsumoto | |
| Module#initialize set created object for block argument | |||
| 2014-05-22 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-05-22 | Merge pull request #2282 from yui-knk/check-before-malloc | Yukihiro "Matz" Matsumoto | |
| Change range_check before mrb_obj_alloc. | |||
| 2014-05-22 | remove unnecessary assignment; ref #2301 | Yukihiro "Matz" Matsumoto | |
| 2014-05-22 | Merge pull request #2286 from suzukaze/refactor-kernel | Yukihiro "Matz" Matsumoto | |
| Use boolean macro in kernel.c | |||
| 2014-05-22 | Class.new do not call `class_eval' | ksss | |
| and set self for block argument | |||
| 2014-05-21 | Module#initialize set created object | ksss | |
| for block argument | |||
| 2014-05-21 | Reduce children filenames listing. | take_cheeze | |
| It is executed per each debug filenames in irep to same ireps(children). | |||
| 2014-05-21 | Reduce filename table creation in irep dumping to once. | take_cheeze | |
| 2014-05-21 | Merge pull request #2301 from mimaki/fix-load-mrb-segv | Yukihiro "Matz" Matsumoto | |
| mrb_load_irep_file() caused SEGV | |||
| 2014-05-21 | direct invocation of instance_eval | Yukihiro "Matz" Matsumoto | |
| 2014-05-21 | Check mrbc_context is null | mimaki | |
| 2014-05-21 | direct invocation of module_eval; ref #2298 | Yukihiro "Matz" Matsumoto | |
| 2014-05-21 | break in blocks cannot cross C function boundaries; fix #2298 | Yukihiro "Matz" Matsumoto | |
| 2014-05-20 | Merge pull request #2295 from ksss/module-initialize | Yukihiro "Matz" Matsumoto | |
| Implement Module#initialize (15.2.2.4.31) | |||
| 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-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 | 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 | Change range_check before mrb_obj_alloc. | yui-knk | |
| 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 | 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 | 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 | Fix indents | Jun Hiroe | |
