summaryrefslogtreecommitdiffstats
path: root/bstr
Commit message (Expand)AuthorAgeFilesLines
* build: include <strings.h> for strcasecmp()wm42014-07-101-0/+1
* Audit and replace all ctype.h useswm42014-07-011-4/+4
* bstr: add function for splitting UTF-8wm42014-01-152-1/+18
* bstr: check for overflow in buffer allocationwm42014-01-031-0/+4
* bstr: use mp_append_utf8_bstr()wm42013-12-301-19/+4
* bstr: add bstr_xappend functionwm42013-12-302-0/+59
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-172-0/+585