fpc/rtl/amicommon
2024-10-31 22:28:17 +01:00
..
athreads.pp Amiga: Enable Dotted RTL for Amiga 2023-08-27 12:13:43 +02:00
classes.pp * Add delphi-compatible observers to classes 2023-11-08 00:04:18 +01:00
dos.pp rtl/amicommon: fix some comment typos in DOS unit. No functional change. 2024-10-31 22:28:17 +01:00
lineinfo.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
osdebug.inc
osdebugh.inc
paramhandling.inc
README.TXT
rtldefs.inc
sysdir.inc
sysfile.inc
sysheap.inc
sysos.inc
sysosh.inc
sysutils.pp rtl/amicommon: fix some comment typos in Sysutils unit. No functional change. 2024-10-31 22:28:17 +01: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)