| Age | Commit message (Expand) | Author |
| 2014-06-03 | Merge pull request #2346 from suzukaze/add-string-comment2 | Yukihiro "Matz" Matsumoto |
| 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-04-30 | remove trailing spaces | Nobuyoshi Nakada |
| 2014-04-25 | Use mrb_int in mrbgem rest argument getting. | take_cheeze |
| 2014-04-20 | String#casecmp should be call `to_str` | ksss |
| 2014-04-14 | reduce RSTRING_PTR usage | cremno |
| 2014-03-31 | More tests for String#hex, String#oct as against 9434506035c3fc01de55ac0bc8b7... | mattn |
| 2014-03-27 | add String#oct | cubicdaiya |
| 2014-03-27 | Implement String#hex | mattn |
| 2014-03-17 | move summary of mrbgems in default gembox to its spec | take_cheeze |
| 2014-03-06 | make embed string when create literals | ksss |
| 2014-03-06 | embed small string | ksss |
| 2014-01-07 | remove superfluous includes | cremno |
| 2014-01-07 | mruby-string-utf8: UTF-8 string may contail NUL; #1646 | Yukihiro "Matz" Matsumoto |
| 2013-12-27 | add String#partition and String#rpartition. | Tomoyuki Sahara |
| 2013-08-26 | Merge branch 'mruby' into pr-typeerror-string-start-end-with | Tomoyuki Sahara |
| 2013-08-26 | Merge pull request #1485 from fjmilens3/string_end_with | Yukihiro "Matz" Matsumoto |
| 2013-08-23 | Check type of arguments for #start_with and #end_with. | Tomoyuki Sahara |
| 2013-08-22 | Refactor of String#start_with? comparison logic. | Frederick John Milens III |
| 2013-08-22 | Refactor of String#end_with? comparison logic. | Frederick John Milens III |
| 2013-08-22 | Fix for string-length-related issue in String#end_with? logic. | Frederick John Milens III |
| 2013-08-22 | Added test case for String#end_with? with string of length 2. | Frederick John Milens III |
| 2013-08-22 | Fix for string-length-related issue in String#start_with? logic. | Frederick John Milens III |
| 2013-08-22 | Added test case for String#start_with? with string of length 1. | Frederick John Milens III |
| 2013-08-04 | Improve test of mruby-string-ext GEM | Daniel Bovensiepen |
| 2013-07-23 | "spec.author" is better for single-author gems. | Tomoyuki Sahara |
| 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 | rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206 | Yukihiro "Matz" Matsumoto |
| 2013-04-19 | Add String#swapcase,swapcase!,concat,casecmp,start_with,end_with | h2so5 |
| 2013-03-08 | add "strip" family to String. | Tomoyuki Sahara |
| 2013-03-08 | Add String#dump method. | Masaki Muranaka |
| 2013-03-07 | add mrbgems/mruby-string-ext, and method: String#getbyte | skandhas |