summaryrefslogtreecommitdiffstats
path: root/bstr/bstr.c
Commit message (Expand)AuthorAgeFilesLines
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-291-437/+0
* bstr: preparation for next commitwm42014-08-291-1/+1
* 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-151-0/+11
* 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-301-0/+51
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-0/+385