summaryrefslogtreecommitdiffstats
path: root/bstr
Commit message (Collapse)AuthorAgeFilesLines
* bstr: add bstr_xappend functionwm42013-12-302-0/+59
| | | | | | 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-172-0/+585