Ryan C. Gordon 23 лет назад
Родитель
Сommit
60d04e4486
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      TODO

+ 2 - 0
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.
  this stuff. Some might be dupes, some might be done already.
 
 
 - Include the Visual Studio.NET project file in CVS directly.
 - 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
 - Make the zipfile parse symlinks with relative paths. See the function
   expand_symlink_path() in archivers/zip.c ...
   expand_symlink_path() in archivers/zip.c ...
 - Actually, the zipfile driver could use a lot of tweaking. Please look
 - Actually, the zipfile driver could use a lot of tweaking. Please look