From 60d04e4486ce404b5ede767dcfb2c1647949f9eb Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 21 Jul 2002 09:54:37 +0000 Subject: [PATCH] Updated. --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index d7e91f6c..f501b50c 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,8 @@ These are in no particular order. A 1.0 release is reliant on doing most of this stuff. Some might be dupes, some might be done already. - Include the Visual Studio.NET project file in CVS directly. +- Change platform detection so it doesn't need sed? +- Deal with Unix platforms without POSIX threads (NetBSD, etc). - Make the zipfile parse symlinks with relative paths. See the function expand_symlink_path() in archivers/zip.c ... - Actually, the zipfile driver could use a lot of tweaking. Please look