fpc/rtl/amicommon
2018-04-26 11:28:38 +00:00
..
athreads.pp athreads: add a custom API to retrieve underlying process ID from AThreads. this makes it possible to combine some Amiga API features like Signaling with FPC's thread handling 2018-04-26 11:28:38 +00:00
classes.pp
dos.pp AROS: Initial ABIv1 Support 2016-12-04 15:41:35 +00:00
osdebug.inc
osdebugh.inc
paramhandling.inc
README.TXT
rtldefs.inc
sysdir.inc Amicommon: use THandle/BPTR instead of LongInt (needed for 64 bit) 2016-12-01 17:55:58 +00:00
sysfile.inc Amicommon: use THandle/BPTR instead of LongInt (needed for 64 bit) 2016-12-01 17:55:58 +00:00
sysheap.inc
sysos.inc amicommon: implement StackTop for other Amiga-like systems 2017-07-08 23:48:29 +00:00
sysosh.inc AROS: Semaphores are much bigger on 64bit, fixes crashes and freezes on AROS64 with Threading enabled 2017-05-14 13:39:15 +00:00
sysutils.pp Amicommon: Implemented GetTempDir() for all Amiga systems ('T:' as default) 2018-03-01 18:04:40 +00:00
tthread.inc

This is the common directory for RTL code which is shared among Amiga-like
platforms. That means AmigaOS on 68k, MorphOS and AROS on i386 currently.

All code which is committed to this directory must be compilable and working
on these systems. System specific implementations are possible to add via
include files, which are then included into these files at the right place.

  Karoly Balogh (2014.08.22)