libgit2/tests-clar/core
Vicent Martí 13224ea4aa buffer: Unify git_fbuffer and git_buf
This makes so much sense that I can't believe it hasn't been done
before. Kill the old `git_fbuffer` and read files straight into
`git_buf` objects.

Also: In order to fully support 4GB files in 32-bit systems, the
`git_buf` implementation has been changed from using `ssize_t` for
storage and storing negative values on allocation failure, to using
`size_t` and changing the buffer pointer to a magical pointer on
allocation failure.

Hopefully this won't break anything.
2012-02-27 05:30:07 +01:00
..
buffer.c buffer: Unify git_fbuffer and git_buf 2012-02-27 05:30:07 +01:00
dirent.c Rename the Clay test suite to Clar 2012-01-24 20:35:15 -08:00
filebuf.c Rename the Clay test suite to Clar 2012-01-24 20:35:15 -08:00
hex.c Rename the Clay test suite to Clar 2012-01-24 20:35:15 -08:00
oid.c Rename the Clay test suite to Clar 2012-01-24 20:35:15 -08:00
path.c buffer: Unify git_fbuffer and git_buf 2012-02-27 05:30:07 +01:00
rmdir.c Rename the Clay test suite to Clar 2012-01-24 20:35:15 -08:00
string.c Rename the Clay test suite to Clar 2012-01-24 20:35:15 -08:00
strtol.c Rename the Clay test suite to Clar 2012-01-24 20:35:15 -08:00
vector.c Rename the Clay test suite to Clar 2012-01-24 20:35:15 -08:00