| Age | Commit message (Expand) | Author |
| 2014-06-04 | use is_a? Array for String#% argument check as the original PR did in #2349 | Yukihiro "Matz" Matsumoto |
| 2014-06-03 | Refactor mrb_utf8_strlen() in mruby-string-utf8 | Jun Hiroe |
| 2014-06-03 | Fix indents in mruby-string-utf8 | Jun Hiroe |
| 2014-06-03 | Add test | mattn |
| 2014-06-03 | Implement String#chr for utf-8 | mattn |
| 2014-06-03 | Implement String#chr | Jun Hiroe |
| 2014-06-03 | Merge branch 'iij-pr-string-percent' | Yukihiro "Matz" Matsumoto |
| 2014-06-03 | Special treatment for Hashes, not Arrays; ref #2349 | Yukihiro "Matz" Matsumoto |
| 2014-06-03 | add 'String#%'. | Tomoyuki Sahara |
| 2014-06-03 | Add comments in String#lstrip, rstrip, strip, lstring_bang, rstrip_bang and s... | Jun Hiroe |
| 2014-06-03 | Merge pull request #2348 from takkanm/add_array_to_h | Yukihiro "Matz" Matsumoto |
| 2014-06-03 | Merge pull request #2346 from suzukaze/add-string-comment2 | Yukihiro "Matz" Matsumoto |
| 2014-06-02 | Add Array#to_h | Mitsutaka Mimura |
| 2014-06-02 | Fix indent in String#casecmp comments | Jun Hiroe |
| 2014-06-02 | Add comments in String#lstrip, rstrip, strip, lstring_bang, rstrip_bang and s... | Jun Hiroe |
| 2014-05-28 | Add invalid key type check in `Struct#[]=`. | take_cheeze |
| 2014-05-28 | Support string key in `Struct#[]=`. | take_cheeze |
| 2014-05-25 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto |
| 2014-05-25 | no one uses Array.try_convert, so removed it that discourages duck typing; cl... | Yukihiro "Matz" Matsumoto |
| 2014-05-25 | Merge pull request #2314 from take-cheeze/fiber_test_refactor | Yukihiro "Matz" Matsumoto |
| 2014-05-24 | Use `assert_*` method instead of using result value. | take_cheeze |
| 2014-05-24 | Use `assert_kind_of` instead. | take_cheeze |
| 2014-05-19 | Move `Kernel.local_variables` to core. | take_cheeze |
| 2014-05-19 | reimplement Range#size using double with fixing corner cases; ref #2293 | Yukihiro "Matz" Matsumoto |
| 2014-05-19 | Add Range#size | Jun Hiroe |
| 2014-05-19 | Merge pull request #2289 from take-cheeze/local_variables_iso | Yukihiro "Matz" Matsumoto |
| 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-16 | Replace tabs with spaces in eval.c | Jun Hiroe |
| 2014-05-16 | register<nlocals may not have a local variable name (e.g. a block arg); fix #... | Yukihiro "Matz" Matsumoto |
| 2014-05-15 | Suport block in Kernel#eval | Miura Hideki |
| 2014-05-15 | compile mruby-bin-strip gem by default | Yukihiro "Matz" Matsumoto |
| 2014-05-15 | move mrb_irep_remove_lv from etc.c to mruby-bin-strip gem | Yukihiro "Matz" Matsumoto |
| 2014-05-15 | Implement `LVAR` section removing option in mruby-strip. | take_cheeze |
| 2014-05-15 | allow quit/exit to work within mirb; fix #2253 close #2254 | Yukihiro "Matz" Matsumoto |
| 2014-05-14 | adjust signedness in mruby-eval gem | Yukihiro "Matz" Matsumoto |
| 2014-05-14 | mv opcode.h -> include/mruby/opcode.h and remove duplication from mruby-eval gem | Yukihiro "Matz" Matsumoto |
| 2014-05-14 | Modify eval for access outer local variable | Miura Hideki |
| 2014-05-14 | Kernel.local_variables to list UPVAR as well | Yukihiro "Matz" Matsumoto |
| 2014-05-14 | Merge branch 'dump_lv' of https://github.com/take-cheeze/mruby into take-chee... | Yukihiro "Matz" Matsumoto |
| 2014-05-13 | remove unnecessary semicolons from a38f8f | Yukihiro "Matz" Matsumoto |
| 2014-05-13 | support comments in user-input; also add checks for buffer overflow | Yukihiro "Matz" Matsumoto |
| 2014-05-13 | add dependency information based on #2239; fix #2236, close #2239 | Yukihiro "Matz" Matsumoto |
| 2014-05-13 | should not use String#<< which is defined in mruby-string-ext; use Array#join... | Yukihiro "Matz" Matsumoto |
| 2014-05-10 | Pacify MSVC warnings for random.c | kyab |
| 2014-05-10 | Add comment to Hash#each_pair. And change the line | yui-knk |
| 2014-05-10 | Change to raise TypeError (Hash#merge, #merge!) | yui-knk |
| 2014-05-10 | Merge pull request #2219 from kyab/fix_msvc_warning_time.c | Yukihiro "Matz" Matsumoto |
| 2014-05-09 | pacify MSVC warnings for time.c | kyab |
| 2014-05-09 | Move `__method__` to mruby-kernel-ext since it's not ISO method. | take_cheeze |