fpc/rtl/amicommon
florian d35d69b851 + introduce TOSTimestamp
git-svn-id: trunk@44033 -
(cherry picked from commit 3cd4168ab3)
2023-12-16 17:10:56 +01:00
..
athreads.pp AThreads: ThreadInfo for the main thread move to a global var to prevent problems with heap manager 2023-02-20 10:19:18 +01:00
classes.pp
dos.pp AROS: Initial ABIv1 Support 2016-12-04 15:41:35 +00: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 # revisions: 44426,44562,45115,45371,45375,45511,44641,44559,47746 2021-01-01 18:05:20 +00:00
README.TXT
rtldefs.inc
sysdir.inc Amicommon: use THandle/BPTR instead of LongInt (needed for 64 bit) 2016-12-01 17:55:58 +00:00
sysfile.inc Amiga: System CloseList() and CleanupThreadProcChain() are called after the memory manager is already shut down changed to native os memory allocation 2023-02-20 10:18:38 +01: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-20 10:18:38 +01:00
sysosh.inc + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
sysutils.pp * fix compilation on several OSes after r44010 2023-12-14 16:36:20 +01:00
tthread.inc * Merging revisions r45805 from trunk: 2020-08-23 09:24: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)