| Age | Commit message (Expand) | Author |
| 2014-06-08 | Add test for end-of-program marker. | take_cheeze |
| 2014-06-07 | move String#clear to mruby-string-ext; ref #2370 | Yukihiro "Matz" Matsumoto |
| 2014-06-07 | remove UTF-8 strings from mruby-string-ext test | Yukihiro "Matz" Matsumoto |
| 2014-06-07 | move STR_* macros to mruby/string.h with renaming | Yukihiro "Matz" Matsumoto |
| 2014-06-06 | Merge branch 'ascii' of https://github.com/cremno/mruby into cremno-ascii | Yukihiro "Matz" Matsumoto |
| 2014-06-06 | reduce calling mrb_sym2name_len() from struct.c; ref #2365 | Yukihiro "Matz" Matsumoto |
| 2014-06-06 | Merge pull request #2365 from cremno/mruby-struct-function-changes | Yukihiro "Matz" Matsumoto |
| 2014-06-06 | partially revert 1a5841b for mirb | cremno |
| 2014-06-05 | use uppercase US-ASCII ctype macros | cremno |
| 2014-06-05 | don't (re-)define `ascii_isspace` and `isascii` | cremno |
| 2014-06-05 | mruby-struct: implement `mrb_is_(local|const)_id` | cremno |
| 2014-06-05 | add nil#to_h; ref #2348 | Yukihiro "Matz" Matsumoto |
| 2014-06-05 | update Kernel#raise/fail argument description | Yukihiro "Matz" Matsumoto |
| 2014-06-05 | mruby-struct: remove unused functions | cremno |
| 2014-06-05 | mruby-struct: use correct data types | cremno |
| 2014-06-05 | mruby-struct: internal linkage for all functions | cremno |
| 2014-06-04 | add Enumerable#to_h; ref #2348 | Yukihiro "Matz" Matsumoto |
| 2014-06-04 | add Hash#to_h; ref #2348 | Yukihiro "Matz" Matsumoto |
| 2014-06-04 | fix String#lines comment; ref mattn@2e1855a | Yukihiro "Matz" Matsumoto |
| 2014-06-04 | Merge pull request #2357 from mattn/string-lines | Yukihiro "Matz" Matsumoto |
| 2014-06-04 | Merge pull request #2356 from mattn/string-codepoints | Yukihiro "Matz" Matsumoto |
| 2014-06-04 | Add String#lines | mattn |
| 2014-06-04 | Refactor variable definitions | mattn |
| 2014-06-04 | arena save/restore | mattn |
| 2014-06-04 | Add String#chars, String#each_char, String#codepoints, String#each_codepoint | mattn |
| 2014-06-04 | add dependency from mruby-string-utf8 to mruby-string-ext to ensure loading o... | Yukihiro "Matz" Matsumoto |
| 2014-06-04 | Merge pull request #2352 from suzukaze/fix-indent | Yukihiro "Matz" Matsumoto |
| 2014-06-04 | Merge pull request #2353 from suzukaze/refactor-string-utf8 | Yukihiro "Matz" Matsumoto |
| 2014-06-04 | Merge pull request #2351 from mattn/add-string-utf8.chr | Yukihiro "Matz" Matsumoto |
| 2014-06-04 | Merge pull request #2350 from suzukaze/add-string.chr | Yukihiro "Matz" Matsumoto |
| 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 |