From b89b1acb98c89ae97d592da9f7458f5bcf72c4e8 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 25 May 2002 11:27:33 +0000 Subject: [PATCH] Updated. --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index a9355ef9..5fb39ad8 100644 --- a/TODO +++ b/TODO @@ -28,6 +28,8 @@ These are in no particular order. A 1.0 release is reliant on doing most of work with it as-is. Might compile as-is with the current Makefile.) - Probably other stuff. Requests and recommendations are welcome. - Fill in __PHYSFS_platformGetLastModTime() in all the platform drivers. +- Implement getlastmodtime for zip.c ... zipfiles contain file modtimes. +- Implement getlastmodtime for grp.c ... all files report modtime of archive? // end of TODO ...