# HG changeset patch # User Ryan C. Gordon # Date 1016250798 0 # Node ID bf3951eef37fe0724af10265ede5947e7bcd5123 # Parent 53305c50c541d9564b5d3b0b2850f65ded7a6725 Updated. diff -r 53305c50c541 -r bf3951eef37f CHANGELOG --- a/CHANGELOG Sat Mar 16 03:51:09 2002 +0000 +++ b/CHANGELOG Sat Mar 16 03:53:18 2002 +0000 @@ -66,7 +66,9 @@ Minor cleanup in win32.c (changed "for (; condition ;)" into "while (condition)" ...) 03152002 - PHYSFS_setSaneConfig() now handles failure to set the write dir - better. + better. Patched makefile to link the test program. Changed all the + "write" functions to get data from a "const" buffer. Added an + "extras" dir, which currently contains PhysFS->SDL_RWops glue code. --ryan. (icculus@clutteredmind.org)