]> pd.if.org Git - pdclib.old/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)
commit9fcf1b27fc705cc131b258478d95ce9de65aabc0
treef2f4e44f01c52445a85a8a28f44899bc0cc5b299
parentf9ee8785d3c18603033ffbf7099f2a032186f2f9
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