fpc/rtl/amicommon
2021-03-25 16:33:22 +00:00
..
athreads.pp * fix for Mantis #36940: apply (adjusted) patch by Bi0T1N to add functionality to the thread manager to set a thread's debug name (if supported by the platform) 2020-04-28 19:58:20 +00:00
classes.pp
dos.pp amicommon: instead of a runtime check, check for OS2.0+ features at compile time in DOS 2020-04-17 00:14:42 +00:00
lineinfo.pp
osdebug.inc
osdebugh.inc
paramhandling.inc amiga: check if P is nil while processing params. this should never happen, except sometimes in real world it still happens. so lets be defensive about it 2021-03-25 16:33:22 +00:00
README.TXT
rtldefs.inc
sysdir.inc
sysfile.inc
sysheap.inc
sysos.inc
sysosh.inc
sysutils.pp
tthread.inc * TThread.Terminate does not have any platform specific behavior (it should only set FTerminated to true and call TerminatedSet), thus move it to the platform independant part 2020-08-22 15:56:13 +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)