From cd39a9057e5043984dac94aa9c2e1e087353e31a Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 16 Mar 2002 03:53:18 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index cc5c7c41..f65834f9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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)