v1.9.13p3
Handle "locale -a" returning both C.UTF-8 and C.utf8. It is possible to have mutiple matches from the output of "locale -a". Just take the first one. Fixes GitHub issue #241.
Add missing PVS Studio Open Source comments. Also avoid checking protobuf-c source and protobuf-c generated files.
Regenerate dependencies
Update to protobuf-c 1.4.1 We already had all the relevant fixes so this is just cosmetic.
Add missing include of errno.h.
Don't define _LARGEFILE64_SOURCE or _LFS64_LARGEFILE. We don't need them and the missing prototype for crc32_combine_gen64() issue has been fixed upstream.