| Age | Commit message (Expand) | Author |
| 2013-05-23 | manage fiber status (create|running|resumed|terminated) | Yukihiro "Matz" Matsumoto |
| 2013-05-22 | garbage collect context (fiber) properly | Yukihiro "Matz" Matsumoto |
| 2013-05-20 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto |
| 2013-05-20 | avoid unnecessary pool/syms restoration | Yukihiro "Matz" Matsumoto |
| 2013-05-20 | Change Fibder to Fiber and a couple other wording issues | Carson McDonald |
| 2013-05-20 | update error message | Yukihiro "Matz" Matsumoto |
| 2013-05-20 | update Fiber.new doc | Yukihiro "Matz" Matsumoto |
| 2013-05-20 | primary mruby fiber implementation | Yukihiro "Matz" Matsumoto |
| 2013-05-18 | removed unused variables / assigns never used | Julien Ammous |
| 2013-05-18 | indentation fix | Yukihiro "Matz" Matsumoto |
| 2013-05-18 | remove unused local variable | Yukihiro "Matz" Matsumoto |
| 2013-05-18 | Merge remote-tracking branch 'origin/master' | Ryan Scott |
| 2013-05-18 | Cleanup of mruby_objectspace.c and removed the unneccessary README for mruby_... | Ryan Scott |
| 2013-05-18 | Added mruby-objectspace to the detault gembox. | Ryan Scott |
| 2013-05-18 | Changed the counting so that only objects that are alive are added to the obj... | Ryan Scott |
| 2013-05-17 | Minor formatting change. | Ryan Scott |
| 2013-05-17 | Changed the each_object callback so that a pointer is passed for the object, ... | Ryan Scott |
| 2013-05-17 | Removed debug output | Ryan Scott |
| 2013-05-17 | Changed the object_count so that it only iterates over the RBasic object, not... | Ryan Scott |
| 2013-05-17 | First implementation of ObjectSpace moved outside of gc.c | Ryan Scott |
| 2013-05-14 | add comments for mruby-array-ext | skandhas |
| 2013-05-13 | move mruby's showcallinfo into the core | Yukihiro "Matz" Matsumoto |
| 2013-05-10 | change mrb_bug to get mrb_state and %S formatter | Yukihiro "Matz" Matsumoto |
| 2013-05-10 | change mrb_warn to get mrb_state and %S formatter | Yukihiro "Matz" Matsumoto |
| 2013-05-08 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto |
| 2013-05-08 | mirb should handle exception from inspect; close #1238 | Yukihiro "Matz" Matsumoto |
| 2013-05-08 | Move Hash#values_at to mruby-hash-ext gem. | Masaki Muranaka |
| 2013-05-03 | add type check in Hash#merge! | Gilad Zohari |
| 2013-05-02 | Apply :core parameter to full-core.gembox | Daniel Bovensiepen |
| 2013-05-02 | Apply :core parameter to default.gembox | Daniel Bovensiepen |
| 2013-04-29 | remove unnecessary intern; access to non-member cause IndexError | Yukihiro "Matz" Matsumoto |
| 2013-04-29 | rename mrb_to_id to mrb_obj_to_sym since symbol is nothing to do with identif... | Yukihiro "Matz" Matsumoto |
| 2013-04-29 | use mrb_free to free random state | Yukihiro "Matz" Matsumoto |
| 2013-04-29 | fix memory leaks in mruby-random | Yukihiro "Matz" Matsumoto |
| 2013-04-27 | Add gembox which contains all default GEMs | Daniel Bovensiepen |
| 2013-04-27 | Add gembox which contains all core GEMs | Daniel Bovensiepen |
| 2013-04-25 | Add tests to make sure. As we do not use standard library for formatting. | Masaki Muranaka |
| 2013-04-25 | Move regression test as String#dump is not in ther core but the mrbgems. | Masaki Muranaka |
| 2013-04-25 | add new macro MRB_ARGS_ARG(n1,n2) to specify required and optional arugments ... | Yukihiro "Matz" Matsumoto |
| 2013-04-25 | rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206 | Yukihiro "Matz" Matsumoto |
| 2013-04-21 | Add Symbol#to_proc, Symbol.all_symbols | h2so5 |
| 2013-04-20 | put spaces after if/while | Yukihiro "Matz" Matsumoto |
| 2013-04-19 | Add String#swapcase,swapcase!,concat,casecmp,start_with,end_with | h2so5 |
| 2013-04-17 | Add mruby-proc-ext | h2so5 |
| 2013-04-14 | Add mruby-range-ext | h2so5 |
| 2013-04-11 | string interpolation (#{foo}) does stringify implicitly; no need to call #to_s | Yukihiro "Matz" Matsumoto |
| 2013-04-11 | Merge branch 'fix-type-error-message' of https://github.com/h2so5/mruby into ... | Yukihiro "Matz" Matsumoto |
| 2013-04-11 | Fix TypeError messages | h2so5 |
| 2013-04-11 | Merge branch 'monaka-pr-move-mirb-mruby-to-mrbgems' | Yukihiro "Matz" Matsumoto |
| 2013-04-11 | rename mruby,mirb gems to mruby-bin-{mruby,mirb} | Yukihiro "Matz" Matsumoto |