| Age | Commit message (Expand) | Author |
| 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 |
| 2013-04-11 | Move mirb and mruby to mrbgems. | Masaki Muranaka |
| 2013-04-08 | Change mruby-random License to MIT | MATSUMOTO Ryosuke |
| 2013-04-04 | Use mrb_name_error() as possible. | Masaki Muranaka |
| 2013-04-04 | rename DATA API: mrb_get_datatype -> mrb_data_get_ptr; mrb_check_datatype -> ... | Yukihiro "Matz" Matsumoto |
| 2013-04-01 | Fix to fit new raisef format. | Masaki Muranaka |
| 2013-03-29 | Rename mrb_fix2str() to mrb_fixnum_to_str(). This is for naming consistency. | Masaki Muranaka |
| 2013-03-29 | Remove mrb_flt2big() as there is no bignum in the core. | Masaki Muranaka |
| 2013-03-29 | Remove API mrb_string_value(). There have mrb_str_to_str() in the core. And m... | Masaki Muranaka |
| 2013-03-29 | Remove limits.h from numeric.h. Add limits.h to some C files. | Masaki Muranaka |
| 2013-03-28 | Merge pull request #1091 from monaka/pr-fix-raisef-format-in-struct.c | Yukihiro "Matz" Matsumoto |
| 2013-03-28 | Fix format for new mrb_raisef(). | Masaki Muranaka |
| 2013-03-28 | Fix raisef formats in struct.c. | Masaki Muranaka |
| 2013-03-27 | Use mrb_check_datatype directly to avoid warning. | Carson McDonald |
| 2013-03-27 | Fix build error on VS2012 toolchain. | kurodash |
| 2013-03-27 | Add test for Random::srand | MATSUMOTO Ryosuke |
| 2013-03-27 | Fix test for mruby-random | mattn |
| 2013-03-27 | Add test for mruby-random | mattn |
| 2013-03-27 | Support mt instance valiables | MATSUMOTO Ryosuke |
| 2013-03-26 | Refactoring mruby-rand | mattn |
| 2013-03-26 | Add Random#rand and Random#srand | MATSUMOTO Ryosuke |
| 2013-03-26 | Add Kernel#rand and Kernel#srand | MATSUMOTO Ryosuke |
| 2013-03-26 | Changed to static functions | MATSUMOTO Ryosuke |
| 2013-03-26 | Change Random module to class | MATSUMOTO Ryosuke |
| 2013-03-24 | Adjusted indent, space and tab | MATSUMOTO Ryosuke |