]> pd.if.org Git - pdclib.old/commit - platform/posix/internals/_PDCLIB_config.h
* platform/example is now a "stub" platform - it should compile anywhere, but
authorOwen Shepherd <owen.shepherd@e43.eu>
Sun, 5 Aug 2012 23:01:01 +0000 (00:01 +0100)
committerOwen Shepherd <owen.shepherd@e43.eu>
Sun, 5 Aug 2012 23:01:01 +0000 (00:01 +0100)
commita38d56a6a13dbb89022b5448d2d5247f3f99ea41
treec26ecaefc0554219ba94bf294884c6ef4241f397
parent81f4c957d2f820d9340d90d5b650cbbed054caa0
* platform/example is now a "stub" platform - it should compile anywhere, but
  be useful nowhere.
* The old platform/example code has been moved to platform/posix - it should
  become a base implementation which works on any POSIX system
* A platform/win32 is probably due. This will be special in that it won't depend
  upon the host OS' libc (instead depending directly upon kernel32)
45 files changed:
platform/example/functions/_PDCLIB/_Exit.c
platform/example/functions/_PDCLIB/allocpages.c
platform/example/functions/_PDCLIB/close.c
platform/example/functions/_PDCLIB/fillbuffer.c
platform/example/functions/_PDCLIB/flushbuffer.c
platform/example/functions/_PDCLIB/open.c
platform/example/functions/_PDCLIB/rename.c
platform/example/functions/_PDCLIB/seek.c
platform/example/functions/stdio/remove.c
platform/example/functions/stdio/tmpfile.c
platform/example/functions/stdlib/getenv.c
platform/example/functions/stdlib/system.c
platform/example/includes/float.h
platform/example/includes/signal.h
platform/example/internals/_PDCLIB_config.h
platform/example_64/internals/_PDCLIB_config.h [deleted file]
platform/example_cygwin/Makefile [deleted file]
platform/example_cygwin/functions/_PDCLIB/stdinit.c [deleted file]
platform/example_cygwin/functions/stdio/tmpfile.c [deleted file]
platform/posix/Readme.txt [moved from platform/example_cygwin/Readme.txt with 100% similarity]
platform/posix/functions/_PDCLIB/_Exit.c [moved from platform/example_cygwin/functions/_PDCLIB/_Exit.c with 100% similarity]
platform/posix/functions/_PDCLIB/allocpages.c [moved from platform/example_cygwin/functions/_PDCLIB/allocpages.c with 94% similarity]
platform/posix/functions/_PDCLIB/allocpages.o [new file with mode: 0644]
platform/posix/functions/_PDCLIB/close.c [moved from platform/example_cygwin/functions/_PDCLIB/close.c with 100% similarity]
platform/posix/functions/_PDCLIB/close.o [new file with mode: 0644]
platform/posix/functions/_PDCLIB/fillbuffer.c [moved from platform/example_cygwin/functions/_PDCLIB/fillbuffer.c with 98% similarity]
platform/posix/functions/_PDCLIB/flushbuffer.c [moved from platform/example_cygwin/functions/_PDCLIB/flushbuffer.c with 100% similarity]
platform/posix/functions/_PDCLIB/open.c [moved from platform/example_cygwin/functions/_PDCLIB/open.c with 97% similarity]
platform/posix/functions/_PDCLIB/rename.c [moved from platform/example_cygwin/functions/_PDCLIB/rename.c with 95% similarity]
platform/posix/functions/_PDCLIB/seek.c [moved from platform/example_cygwin/functions/_PDCLIB/seek.c with 76% similarity]
platform/posix/functions/_PDCLIB/stdinit.c [new file with mode: 0644]
platform/posix/functions/_PDCLIB/stdinit.o [new file with mode: 0644]
platform/posix/functions/signal/raise.c [moved from platform/example_cygwin/functions/signal/raise.c with 100% similarity]
platform/posix/functions/signal/raise.o [new file with mode: 0644]
platform/posix/functions/signal/signal.c [moved from platform/example_cygwin/functions/signal/signal.c with 93% similarity]
platform/posix/functions/signal/signal.o [new file with mode: 0644]
platform/posix/functions/stdio/remove.c [moved from platform/example_cygwin/functions/stdio/remove.c with 79% similarity]
platform/posix/functions/stdio/tmpfile.c [new file with mode: 0644]
platform/posix/functions/stdlib/getenv.c [moved from platform/example_cygwin/functions/stdlib/getenv.c with 100% similarity]
platform/posix/functions/stdlib/getenv.o [new file with mode: 0644]
platform/posix/functions/stdlib/system.c [moved from platform/example_cygwin/functions/stdlib/system.c with 72% similarity]
platform/posix/functions/stdlib/system.o [new file with mode: 0644]
platform/posix/includes/float.h [moved from platform/example_cygwin/includes/float.h with 97% similarity]
platform/posix/includes/signal.h [moved from platform/example_cygwin/includes/signal.h with 97% similarity]
platform/posix/internals/_PDCLIB_config.h [moved from platform/example_cygwin/internals/_PDCLIB_config.h with 68% similarity]