fpc/rtl/amicommon
2019-01-28 05:29:31 +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
lineinfo.pp amicommon: moved MorphOS-specific lineinfo to amicommon, for upcoming AROS and OS4 support 2019-01-28 05:29:31 +00:00
osdebug.inc
osdebugh.inc
paramhandling.inc
README.TXT
rtldefs.inc
sysdir.inc
sysfile.inc
sysheap.inc
sysos.inc
sysosh.inc
sysutils.pp + add Delphi-compatible FileGetSymLinkTarget functions to all platforms (currently returns False on all platforms); this also includes TSymLinkRec variants for both RawByteString and UnicodeString 2018-08-24 15:33:45 +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)