summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-string-ext
AgeCommit message (Expand)Author
2017-06-16Use `MRB_PRId` instead of `d` for mrb_int decimal specifier; ref #3701Yukihiro "Matz" Matsumoto
2017-06-16Use `mrb_str_new()` instead of `malloc()`; ref #3701Yukihiro "Matz" Matsumoto
2017-06-16Should not use `sizeof(buf)` when `buf` is `char*`; #3701Yukihiro "Matz" Matsumoto
2017-06-14Use malloc instead of dynamic allocationksss
2017-06-14Fix arena overflow errorksss
2017-06-14Reimplement String#uptoksss
2017-05-21String#concat: Try to convert when not stringksss
2017-04-25Silence warnings caused by implicit type casting.Yukihiro "Matz" Matsumoto
2017-04-03Unify `else` clause styleYukihiro "Matz" Matsumoto
2017-03-10Terminate loop if generated string longer than the last; ref #3489Yukihiro "Matz" Matsumoto
2017-03-05Check modifiable for String `bang' methodsksss
2017-02-11Remove historical comment; ref #3450 #3448Yukihiro "Matz" Matsumoto
2017-02-11remove skip that shouldn't be necessary anymore.robert
2017-02-10String#ljust and String#rjust reimplemented with optimized RubyTomasz Dabrowski
2017-02-10Tests for UTF-8 String#ljust and String#rjustTomasz Dabrowski
2017-02-10String#ljust and String#rjust reimplementation (fix #3445)Tomasz Dabrowski
2017-01-23Changed the behavior of mrb_range_beg_len(); close #3411Yukihiro "Matz" Matsumoto
2017-01-04Rewrite String#prepend with Rubyksss
2016-12-28save/restore arena index around yield; ref #3359Yukihiro "Matz" Matsumoto
2016-11-24Read length after args in String#setbyteCraig Lehmann
2016-11-17String#{strip,lstrip,rstrip} may cause OOB accessYukihiro "Matz" Matsumoto
2016-11-16Fixed memory disclosure in String#linesYukihiro "Matz" Matsumoto
2016-09-28Removed trailing spacesNobuyoshi Nakada
2016-08-17Fix String#ord failure which return a negative valueHiroshi Mimaki
2016-07-27Reduce needless Array generation in some String methodsKouhei Sutou
2016-07-26Support to call without block to String#each_charksss
2016-07-14String#insert should be destructiveksss
2016-01-30Add String#rjust test to mruby-string-extAkira Moroo
2016-01-30Add String#rjust to mruby-string-extAkira Moroo
2015-11-27include changed from by quotes ("") to by brackets (<>); close #3032Yukihiro "Matz" Matsumoto
2015-11-24add {Array|Hash|String}.try_converttakahashim
2015-09-24UTF-8 string support in coreYukihiro "Matz" Matsumoto
2015-08-22Use #nil? instead of == nil.INOUE Yasuyuki
2015-08-05add String#setbyte and String#byteslice to mruby-string-extYukihiro "Matz" Matsumoto
2015-06-28Rename extended xxxx class or module to xxxx class or module extensionJun Hiroe
2015-06-28Fix typo; Replace extensional with extendedJun Hiroe
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