Updated.
--- a/CHANGELOG Fri May 24 09:46:43 2002 +0000
+++ b/CHANGELOG Fri May 24 09:51:04 2002 +0000
@@ -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
--- a/TODO Fri May 24 09:46:43 2002 +0000
+++ b/TODO Fri May 24 09:51:04 2002 +0000
@@ -3,7 +3,6 @@
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 @@
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 ...
--- a/platform/.cvsignore Fri May 24 09:46:43 2002 +0000
+++ b/platform/.cvsignore Fri May 24 09:51:04 2002 +0000
@@ -4,3 +4,5 @@
libplatform.la
Makefile.in
unix.lo
+posix.lo
+beos.lo