| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-27 | add String#oct | cubicdaiya | |
| 2014-03-27 | Implement String#hex | mattn | |
| 2014-03-06 | make embed string when create literals | ksss | |
| 2014-03-06 | embed small string | ksss | |
| use flags 4 for *this object is embed* use flags 8~64 for *embed string length* | |||
| 2014-01-07 | remove superfluous includes | cremno | |
| - reduce compile time by a little bit (full-core: ~0.7s for me) - thanks to 'include-what-you-use' for some help - include Standard C header files before any other (coding style) | |||
| 2013-08-26 | Merge branch 'mruby' into pr-typeerror-string-start-end-with | Tomoyuki Sahara | |
| Conflicts: mrbgems/mruby-string-ext/src/string.c mrbgems/mruby-string-ext/test/string.rb | |||
| 2013-08-26 | Merge pull request #1485 from fjmilens3/string_end_with | Yukihiro "Matz" Matsumoto | |
| Bug in String#end_with? resulting from incorrect length determination | |||
| 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 | Fix for string-length-related issue in String#start_with? logic. | Frederick John Milens III | |
| 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 String#dump method. | Masaki Muranaka | |
| 2013-03-07 | add mrbgems/mruby-string-ext, and method: String#getbyte | skandhas | |
