summaryrefslogtreecommitdiffstats
path: root/source/cFile.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* sprintf() begone! Replaced with StringUtils' Printf()madmaxoft@gmail.com2012-02-011-3/+3
* Fixed a sigsegv on *nix (cFile double-closing files)madmaxoft@gmail.com2012-02-011-0/+1
* Replaced most FILE operations with a cFile objectmadmaxoft@gmail.com2012-01-301-0/+31
* Initial cFile implementation (using stdio FILE) and test in cChunkMapmadmaxoft@gmail.com2012-01-301-0/+200