Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated.
  • Loading branch information
icculus committed May 24, 2002
1 parent 62e36b6 commit 3bfbd39
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions TODO
Expand Up @@ -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.
Expand All @@ -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 changes: 2 additions & 0 deletions platform/.cvsignore
Expand Up @@ -4,3 +4,5 @@ Makefile
libplatform.la
Makefile.in
unix.lo
posix.lo
beos.lo

0 comments on commit 3bfbd39

Please sign in to comment.