fpc/rtl/amicommon
2026-01-01 22:10:16 +00:00
..
athreads.pp Mass typo fixes in comments for rtl part 1/2. 2026-01-01 14:45:36 +00:00
classes.pp Also disable FPC_USE_INTRINSICS on i386 and x86_64 if LLVM or for version < 3.3.1 2025-12-18 22:11:32 +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 Mass trailing space removal for rtl. 2026-01-01 22:10:16 +00:00
osdebug.inc Mass trailing space removal for rtl. 2026-01-01 22:10:16 +00:00
osdebugh.inc
paramhandling.inc * string -> shortstring 2023-07-14 17:26:10 +02:00
README.TXT
rtldefs.inc
sysdir.inc Mass typo fixes in comments for rtl part 1/2. 2026-01-01 14:45:36 +00:00
sysfile.inc Mass typo fixes in comments for rtl part 1/2. 2026-01-01 14:45:36 +00:00
sysheap.inc
sysos.inc * string -> shortstring 2023-07-14 17:26:10 +02:00
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)