Remove SOL body flags
[neverball] / share / fs.c
2009-08-29 parastiDon't count CRs seen by fs_gets against passed-in buffe...
2009-07-26 parastishare/fs: enable symlink support, where available
2009-07-18 parastiFix fs_gets to only return NULL on EOF when no data...
2009-06-23 parastishare/fs: add function to load entire files in memory
2009-06-23 parastishare/fs: add fs_length
2009-06-23 parastishare/fs: implement fs_error
2009-06-14 parastiRewrite fs_rename to do a real rename rather than VFS...
2009-06-12 parastiImplement a Quake-like virtual file system layer