From 3bfbd39f5cf1b86686f6bcf195701f5bc4eab5a8 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 24 May 2002 09:51:04 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 5 ++++- TODO | 3 --- platform/.cvsignore | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2c5ad03d..1a1450c0 100644 --- a/CHANGELOG +++ b/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 diff --git a/TODO b/TODO index 53d93876..1419fb21 100644 --- a/TODO +++ b/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 ... diff --git a/platform/.cvsignore b/platform/.cvsignore index 684f931a..9f08e5c4 100644 --- a/platform/.cvsignore +++ b/platform/.cvsignore @@ -4,3 +4,5 @@ Makefile libplatform.la Makefile.in unix.lo +posix.lo +beos.lo