summaryrefslogtreecommitdiffstats
path: root/source/cFile.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-13Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it.madmaxoft@gmail.com1-1/+4
2012-02-01sprintf() begone! Replaced with StringUtils' Printf()madmaxoft@gmail.com1-2/+2
2012-01-30Replaced most FILE operations with a cFile objectmadmaxoft@gmail.com1-0/+3
2012-01-30Initial cFile implementation (using stdio FILE) and test in cChunkMapmadmaxoft@gmail.com1-0/+99