libgit2/tests-clar/object/blob
Russell Belfer 7bf87ab698 Consolidate text buffer functions
There are many scattered functions that look into the contents of
buffers to do various text manipulations (such as escaping or
unescaping data, calculating text stats, guessing if content is
binary, etc).  This groups all those functions together into a
new file and converts the code to use that.

This has two enhancements to existing functionality.  The old
text stats function is significantly rewritten and the BOM
detection code was extended (although largely we can't deal with
anything other than a UTF8 BOM).
2012-11-28 09:58:48 -08:00
..
filter.c Consolidate text buffer functions 2012-11-28 09:58:48 -08:00
fromchunks.c portability: Improve x86/amd64 compatibility 2012-07-24 16:10:12 +02:00
write.c More external API cleanup 2012-11-27 13:18:27 -08:00