]> pd.if.org Git - pdclib/commit
Add an up to date POSIX port (works on Mac OS X). This is fully functional except...
authorOwen Shepherd <owen.shepherd@e43.eu>
Thu, 27 Dec 2012 00:46:40 +0000 (00:46 +0000)
committerOwen Shepherd <owen.shepherd@e43.eu>
Thu, 27 Dec 2012 00:46:40 +0000 (00:46 +0000)
commit1aba8d4e33b2a020709f81182709c7de7a728c76
tree69ccf3df58c48c9bf9c1b4c94a561cd075e9ee4e
parentf473bc71fc1f79bf2ef549c768852c6216784e23
Add an up to date POSIX port (works on Mac OS X). This is fully functional except for strerror. Warning cleanup is to come.
20 files changed:
platform/posix/Config.jam
platform/posix/Jamfile [new file with mode: 0644]
platform/posix/functions/_PDCLIB/_PDCLIB_Exit.c
platform/posix/functions/_PDCLIB/_PDCLIB_allocpages.c [new file with mode: 0644]
platform/posix/functions/_PDCLIB/_PDCLIB_freepages.c [new file with mode: 0644]
platform/posix/functions/_PDCLIB/_PDCLIB_rename.c [moved from platform/posix/functions/_PDCLIB/rename.c with 62% similarity]
platform/posix/functions/_PDCLIB/allocpages.c [deleted file]
platform/posix/functions/_PDCLIB/close.c [deleted file]
platform/posix/functions/_PDCLIB/fillbuffer.c [deleted file]
platform/posix/functions/_PDCLIB/flushbuffer.c [deleted file]
platform/posix/functions/_PDCLIB/open.c [deleted file]
platform/posix/functions/_PDCLIB/seek.c [deleted file]
platform/posix/functions/_PDCLIB/stdinit.c
platform/posix/functions/signal/signal.c
platform/posix/functions/stdio/_PDCLIB_fileops.c [new file with mode: 0644]
platform/posix/functions/stdio/_PDCLIB_open.c [new file with mode: 0644]
platform/posix/functions/stdio/remove.c
platform/posix/functions/stdio/tmpfile.c
platform/posix/includes/errno.h [new file with mode: 0644]
platform/posix/internals/_PDCLIB_config.h