From b5979c8c4f6b59bfed8be22dd8d30e0b2817ef5e Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 23 Jul 2002 22:11:02 +0000 Subject: [PATCH] Updated. --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index ff32663c..3a0321c0 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,11 @@ 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. +- Favor archivers that have the same extension as an archive when opening. +- Some unix systems want you to free() the results of getmntinfo() and some + don't. Ugh! +- Maybe a configure option to disable CD-ROM detection is in order. The API + would remain, but just report no mounted discs every time. - Change platform detection so it doesn't need sed? - Deal with Unix platforms without POSIX threads (NetBSD, etc). - Other archivers: perhaps tar(.gz|.bz2), RPM, ARJ, etc. These are less