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 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 * string -> shortstring 2023-07-14 17:26:10 +02:00
README.TXT
rtldefs.inc
sysdir.inc * Char -> AnsiChar 2023-07-14 17:26:09 +02:00
sysfile.inc * Char -> AnsiChar 2023-07-14 17:26:09 +02: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 * string -> shortstring 2023-07-14 17:26:10 +02:00
sysosh.inc + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
sysutils.pp rtl/amicommon: fix some comment typos in Sysutils unit. No functional change. 2024-10-31 22:28:17 +01:00
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)