Ryan C. Gordon 24 سال پیش
والد
کامیت
3bfbd39f5c
3فایلهای تغییر یافته به همراه6 افزوده شده و 4 حذف شده
  1. 4 1
      CHANGELOG
  2. 0 3
      TODO
  3. 2 0
      platform/.cvsignore

+ 4 - 1
CHANGELOG

@@ -4,7 +4,10 @@
 
 05222002 - Fixed the build system to always package the complete source, not
            just what we built for a given system, when doing a "make dist".
-           Updated INSTALL. Started writing BeOS platform code.
+           Updated INSTALL. Wrote BeOS platform code (platform/beos.cpp).
+           Split unix.c into unix.c and posix.c. Linux and BeOS both share
+           posix.c, although I don't think it's completely POSIX compliant at
+           this point (not that it matters much).
 05212002 - Cleaned up some FIXMEs.
 05202002 - Added .cvsignore files.
 05162002 - Edward Rudd also caught an embarrassing screwup by me in

+ 0 - 3
TODO

@@ -3,7 +3,6 @@ Stuff that needs to be done and wishlist:
 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.
 
-- autoconf support?
 - Include the Visual Studio (6 and .NET) project files in CVS directly.
 - update the Makefile so that Cygwin can generate a DLL. The entire codebase
   compiles under Cygwin otherwise.
@@ -29,7 +28,5 @@ 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.
 
-- Port to BeOS: (unix.c: no realpath, pthreads (?) or mount stuff).
-
 // end of TODO ...
 

+ 2 - 0
platform/.cvsignore

@@ -4,3 +4,5 @@ Makefile
 libplatform.la
 Makefile.in
 unix.lo
+posix.lo
+beos.lo