fpc/rtl/amicommon
Károly Balogh 086c897981 amicommon: m68k-amiga legacy support
git-svn-id: trunk@44566 -
2020-04-04 13:24:29 +00:00
..
athreads.pp amicommon: m68k-amiga legacy support 2020-04-04 13:24:29 +00:00
classes.pp * compilation fixes for many platforms after r41167 2019-02-02 20:22:07 +00:00
dos.pp amicommon: m68k-amiga legacy support 2020-04-04 13:24:29 +00:00
lineinfo.pp amicommon/lineinfo: fixed copy-paste error in PowerPC codepath 2019-01-28 12:45:19 +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 m68k-amiga: while trying to construct ParamStr(0), if the directory is empty, do not prepend the binary name with '/' 2020-04-04 12:48:51 +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 amicommon: m68k-amiga legacy support 2020-04-04 13:24:29 +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 amicommon: m68k-amiga legacy support 2020-04-04 13:24:29 +00:00
sysosh.inc + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
sysutils.pp amicommon: m68k-amiga legacy support 2020-04-04 13:24:29 +00:00
tthread.inc amicommon: add some naive RTLEventWaitFor implementation, add long standing tthread.inc patch by Sven. Synchronize/CheckSynchronize should now work on Amiga 2019-03-04 01:43:42 +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)