fpc/rtl/amicommon
svenbarth 11b601d44c * 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
Notes:
- Netware had a ThreadSwitch in there, but that is not really required
- some platform were missing the setting of FTerminated to True, thus they'll now do that as well

git-svn-id: trunk@46543 -
2020-08-22 15:56:13 +00:00
..
athreads.pp * fix for Mantis #36940: apply (adjusted) patch by Bi0T1N to add functionality to the thread manager to set a thread's debug name (if supported by the platform) 2020-04-28 19:58:20 +00:00
classes.pp * compilation fixes for many platforms after r41167 2019-02-02 20:22:07 +00:00
dos.pp amicommon: instead of a runtime check, check for OS2.0+ features at compile time in DOS 2020-04-17 00:14:42 +00: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 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
sysfile.inc amicommon: m68k-amiga legacy support 2020-04-04 13:24:29 +00:00
sysheap.inc
sysos.inc amicommon: only include exec extensions when complied for v2.0 2020-04-17 00:13:56 +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 * 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)