| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
the test should pass after https://github.com/mruby/mruby/commit/8f4a929e1a01c8d6176fb53a9ef5dff6de632959.
|
|
|
|
- String#ljust and String#rjust are now C functions to improve performance
- infinite loop because of an empty padding argument is now prevented (ArgumentError is raised)
- extra tests for ljust/rjust added
|
|
Prevents RCE
Reported by https://hackerone.com/raydot
|
|
|
|
|
|
|
|
|
|
define MRB_UTF8_STRING (in mrbconf.h) to enable UTF-8 support.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
when non String object sent
And should be raise TypeError
when can not responsed to `to_str`
|
|
9434506035c3fc01de55ac0bc8b75497f8b5df5f
|
|
|
|
|
|
|
|
|
|
Conflicts:
mrbgems/mruby-string-ext/src/string.c
mrbgems/mruby-string-ext/test/string.rb
|
|
Bug in String#end_with? resulting from incorrect length determination
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|