aboutsummaryrefslogtreecommitdiffhomepage
path: root/bstr/bstr.h
Commit message (Collapse)AuthorAge
* bstr: add function for splitting UTF-8Gravatar wm42014-01-15
|
* bstr: add bstr_xappend functionGravatar wm42013-12-30
| | | | | | Apparently this can be really useful when being paranoid and trying to avoid too much malloc/realloc, since it can be used to appending into a buffer (with transparent realloc only if the buffer is too small).
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17