| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix indent in String#casecmp comments
|
|
|
|
strip_bang
|
|
|
|
|
|
when non String object sent
And should be raise TypeError
when can not responsed to `to_str`
|
|
|
|
9434506035c3fc01de55ac0bc8b75497f8b5df5f
|
|
|
|
|
|
|
|
|
|
use flags 4 for *this object is embed*
use flags 8~64 for *embed string length*
|
|
- 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)
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"spec.author=" expects a String represents a single author.
"spec.authors=" expects an Array which is a list of multiple authors.
http://guides.rubygems.org/specification-reference/
|
|
|
|
|