Age | Commit message (Collapse) | Author |
|
|
|
|
|
This reverts commit 46a0f812b1b99032831dd523fbe0efe65f507c4c.
|
|
|
|
|
|
|
|
non-const size
this involved insertion of an extra length-checking bb for each character
to see if we've hit the sized limit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
make this clearer and handle case with embedded null characters in
const string properly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Build fix proposal mainly for Android which did not bother
|
|
implementing this dinosaur.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|