summaryrefslogtreecommitdiffstats
path: root/bstr/bstr.h
Commit message (Collapse)AuthorAgeFilesLines
* bstr: add function for splitting UTF-8wm42014-01-151-1/+7
|
* bstr: add bstr_xappend functionwm42013-12-301-0/+8
| | | | | | 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/wm42013-12-171-0/+200