fpc/rtl/amicommon
Michael VAN CANNEYT bcb2aa1323 * Char -> AnsiChar
2023-07-14 17:26:09 +02:00
..
athreads.pp * Char -> AnsiChar 2023-07-14 17:26:09 +02:00
classes.pp * fix missing ifdef for the non win32/64/unix targets. 2022-06-01 16:56:02 +02:00
dos.pp * Char -> AnsiChar 2023-07-14 17:26:09 +02:00
lineinfo.pp amicommon/lineinfo: fixed copy-paste error in PowerPC codepath 2019-01-28 12:45:19 +00:00
osdebug.inc
osdebugh.inc
paramhandling.inc * Char -> AnsiChar 2023-07-14 17:26:09 +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
sysos.inc Amiga: System CloseList() and CleanupThreadProcChain() are called after the memory manager is already shut down changed to native os memory allocation 2023-02-18 20:19:53 +01:00
sysosh.inc + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
sysutils.pp * Char -> AnsiChar 2023-07-14 17:26:09 +02: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)