Ryan C. Gordon 24 년 전
부모
커밋
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.
 
 - 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