summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-string-ext/src
AgeCommit message (Expand)Author
2015-09-24UTF-8 string support in coreYukihiro "Matz" Matsumoto
2015-08-05add String#setbyte and String#byteslice to mruby-string-extYukihiro "Matz" Matsumoto
2015-05-28remove unnecessary including of <ctype.h>cremno
2015-04-18Suppress warnings generated by -Wwrite-stringsKouhei Sutou
2014-12-17mrb_str_new(mrb, "", len) creates an unmodifiable string object; ref #2674Yukihiro "Matz" Matsumoto
2014-12-17Add String#prependJun Hiroe
2014-08-21use mrb_str_cat_lit() instead of mrb_str_cat_cstr().Tatsuhiko Kubo
2014-08-11"-a-a-".succ should be "-a-b-"mattn
2014-08-11Fix String#succ. "-a-".succ should be "-b-"mattn
2014-08-11Fix String#succ. "-".succ should be "."mattn
2014-08-08Add String#succ, String#succ!, String#next, String#next!mattn
2014-06-11String#clear: use String#replace to simpleksss
2014-06-11Add NOFREE macrosJun Hiroe
2014-06-07move String#clear to mruby-string-ext; ref #2370Yukihiro "Matz" Matsumoto
2014-06-04fix String#lines comment; ref mattn@2e1855aYukihiro "Matz" Matsumoto
2014-06-04Add String#linesmattn
2014-06-03Implement String#chrJun Hiroe
2014-04-25Use mrb_int in mrbgem rest argument getting.take_cheeze
2014-04-14reduce RSTRING_PTR usagecremno
2014-03-27add String#octcubicdaiya
2014-03-27Implement String#hexmattn
2014-03-06make embed string when create literalsksss
2014-03-06embed small stringksss
2014-01-07remove superfluous includescremno
2013-08-26Merge branch 'mruby' into pr-typeerror-string-start-end-withTomoyuki Sahara
2013-08-26Merge pull request #1485 from fjmilens3/string_end_withYukihiro "Matz" Matsumoto
2013-08-23Check type of arguments for #start_with and #end_with.Tomoyuki Sahara
2013-08-22Refactor of String#start_with? comparison logic.Frederick John Milens III
2013-08-22Refactor of String#end_with? comparison logic.Frederick John Milens III
2013-08-22Fix for string-length-related issue in String#end_with? logic.Frederick John Milens III
2013-08-22Fix for string-length-related issue in String#start_with? logic.Frederick John Milens III
2013-04-25rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206Yukihiro "Matz" Matsumoto
2013-04-19Add String#swapcase,swapcase!,concat,casecmp,start_with,end_withh2so5
2013-03-08Add String#dump method.Masaki Muranaka
2013-03-07add mrbgems/mruby-string-ext, and method: String#getbyteskandhas