Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bstr: add function for splitting UTF-8 | wm4 | 2014-01-15 | 1 | -1/+7 |
| | |||||
* | bstr: add bstr_xappend function | wm4 | 2013-12-30 | 1 | -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/ | wm4 | 2013-12-17 | 1 | -0/+200 |