Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bstr: add function for splitting UTF-8 | wm4 | 2014-01-15 | 2 | -1/+18 |
| | |||||
* | bstr: check for overflow in buffer allocation | wm4 | 2014-01-03 | 1 | -0/+4 |
| | | | | | We're being a little bit lazy here and limit the max allocation to SIZE_MAX/2, which is practically infinite anyway on 64 bit systems. | ||||
* | bstr: use mp_append_utf8_bstr() | wm4 | 2013-12-30 | 1 | -19/+4 |
| | | | | Drop usage of the ugly PUT_UTF8() macro. | ||||
* | bstr: add bstr_xappend function | wm4 | 2013-12-30 | 2 | -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/ | wm4 | 2013-12-17 | 2 | -0/+585 |