Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
plist_dict_insert_item()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
be treated like one in version 2.x)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
strtok_r is not available on win32 and the designated strtok_s
function is reported to not work on windows xp. Hence we use an
easier an non-destructive implementation with strspn and strcspn
to strip out the whitespace.
|
|
this is a temporary fix, we'll replace strtok_r with a custom implementation soon.
|
|
iterator of NULL
|
|
Handle UTF-16 surrogate pair conversion to/from UTF-8
|
|
|
|
endianness detection
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|