fpc/rtl/amicommon
2016-12-27 03:23:54 +00:00
..
athreads.pp - Cleaned out thread manager semaphore support which was ever implemented only for Unix, and not used since r28965. This also reverts changes to System unit interface introduced in r27665. 2016-09-20 20:14:36 +00:00
classes.pp
dos.pp AROS: Initial ABIv1 Support 2016-12-04 15:41:35 +00:00
osdebug.inc amicommon: added ShortString version of SysDebug family of functions 2015-05-27 22:25:22 +00:00
osdebugh.inc amicommon: added ShortString version of SysDebug family of functions 2015-05-27 22:25:22 +00:00
paramhandling.inc Amicommon: Unified parameterhandling for Amiga, AROS, MorphOS 2016-04-17 15:31:18 +00:00
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 Amiga: manually semaphore-protect the heap Pool, because classic Amiga has no MEMF_SEM_PROTECTED 2015-03-29 00:18:19 +00:00
sysos.inc m68k: Test68000/Test68881 support boilerplate and special support for Amiga 2016-12-24 21:11:06 +00:00
sysosh.inc Amicommon: use THandle/BPTR instead of LongInt (needed for 64 bit) 2016-12-01 17:55:58 +00:00
sysutils.pp sysutils: enable FINDHANDLE_IS_POINTER for Amiga-like systems and Atari. this allows to remove some Pointer<->THandle casts from the amicommon code 2016-12-27 03:23:54 +00:00
tthread.inc amicommon: since system units now contain CREATE_SUSPENDED const, use that instead of a hardwired value 2015-05-31 17:25:31 +00:00

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)