summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-string-ext
AgeCommit message (Expand)Author
2015-05-28remove unnecessary including of <ctype.h>cremno
2015-04-18Suppress warnings generated by -Wwrite-stringsKouhei Sutou
2015-01-13Add String#uptoJun Hiroe
2015-01-12add String#ljust into mruby-string-exttakahashim
2014-12-17mrb_str_new(mrb, "", len) creates an unmodifiable string object; ref #2674Yukihiro "Matz" Matsumoto
2014-12-17Add String#prependJun Hiroe
2014-12-13Add String#insertJun Hiroe
2014-11-23Fix String#slice! raise TypeError or return invalid value.TOMITA Masahiro
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-08remove test for succ on Unicode (non-ASCII) char; #2520Yukihiro "Matz" Matsumoto
2014-08-08Add String#succ, String#succ!, String#next, String#next!mattn
2014-06-19Modify return value of String#slice! if idx == self.sizeAkito Mochizuki
2014-06-15Implement String#slice_bangJun Hiroe
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-07remove UTF-8 strings from mruby-string-ext testYukihiro "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-06-03Merge pull request #2346 from suzukaze/add-string-comment2Yukihiro "Matz" Matsumoto
2014-06-02Fix indent in String#casecmp commentsJun Hiroe
2014-06-02Add comments in String#lstrip, rstrip, strip, lstring_bang, rstrip_bang and s...Jun Hiroe
2014-04-30remove trailing spacesNobuyoshi Nakada
2014-04-25Use mrb_int in mrbgem rest argument getting.take_cheeze
2014-04-20String#casecmp should be call `to_str`ksss
2014-04-14reduce RSTRING_PTR usagecremno
2014-03-31More tests for String#hex, String#oct as against 9434506035c3fc01de55ac0bc8b7...mattn
2014-03-27add String#octcubicdaiya
2014-03-27Implement String#hexmattn
2014-03-17move summary of mrbgems in default gembox to its spectake_cheeze
2014-03-06make embed string when create literalsksss
2014-03-06embed small stringksss
2014-01-07remove superfluous includescremno
2014-01-07mruby-string-utf8: UTF-8 string may contail NUL; #1646Yukihiro "Matz" Matsumoto
2013-12-27add String#partition and String#rpartition.Tomoyuki Sahara
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-22Added test case for String#end_with? with string of length 2.Frederick John Milens III
2013-08-22Fix for string-length-related issue in String#start_with? logic.Frederick John Milens III
2013-08-22Added test case for String#start_with? with string of length 1.Frederick John Milens III
2013-08-04Improve test of mruby-string-ext GEMDaniel Bovensiepen
2013-07-23"spec.author" is better for single-author gems.Tomoyuki Sahara