fpc/rtl/amicommon
2015-05-31 10:06:36 +00:00
..
athreads.pp AThreads: less random Hungarian swearing as accidentally left in debug code :) 2015-05-31 10:06:36 +00:00
classes.pp
dos.pp amicommon: the use OS-defined TICKS_PER_SECOND const instead of redefining it using another name 2015-03-30 08:26:16 +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
README.TXT
rtldefs.inc
sysdir.inc amicommon: fixed sysdir.inc/do_chdir() to actually work on AROS 2014-08-30 00:58:42 +00:00
sysfile.inc amicommon: properly arbitrate access to the open file list in a multithreaded environment 2015-05-24 12:15:02 +00: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
sysosh.inc Amiga-likes: preparations for inclusion of AThreads into the RTL buildprocess 2015-05-28 00:47:35 +00:00
sysutils.pp Amiga-likes: preparations for inclusion of AThreads into the RTL buildprocess 2015-05-28 00:47:35 +00:00
tthread.inc amicommon: have a generic tthread.inc which even works, given there is a reasonably advanced ThreadManager 2015-05-25 21:06:53 +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)