fpc/rtl/nativent
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
..
ddk
ndk
buildrtl.lpi
buildrtl.pp Add character, fpwidestring, unicodedata and unicodenumtable units to builrtl to allow compilation of uregexpr unit from pacakge regexpr 2018-08-06 10:11:58 +00:00
classes.pp * compilation fixes for many platforms after r41167 2019-02-02 20:22:07 +00:00
ddk.pas
dos.pp * use the dummy DOS unit from the Embedded target so that we can use it for the ExtPas unit 2016-05-20 13:17:46 +00:00
Makefile Regenerated all Makefile's 2020-08-04 10:19:49 +00:00
Makefile.fpc Add explicit FPC_SYSTEM_OPT variable that is only used for compilation of system units, thus allowing to explicitly pass -Sf option 2018-01-02 16:50:58 +00:00
ndk.pas
ndkutils.pas
rtldefs.inc + FPCRTL_FILESYSTEM_SINGLE_BYTE_API define that is set for targets where we 2013-06-27 21:37:39 +00:00
sysdir.inc + added mkdir/chdir/rmdir(rawbytestring) and (unicodestring) to the system unit 2013-07-04 22:28:37 +00:00
sysfile.inc * Reset filerec mode field to fmClosed if the system call to open the file failed 2014-11-23 21:49:29 +00:00
sysheap.inc * First part of 64-bit Windows fixes from Mantis #23074. 2014-02-18 02:10:35 +00:00
sysos.inc + unicodestring support for assign/erase/rename 2013-07-19 16:30:51 +00:00
sysosh.inc + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
system.pp Define FPC_IS_SYSTEM at start of all system.pp source 2019-10-15 15:04:32 +00:00
systhrd.inc * 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
sysutils.pp * fix compilation on several OSes after r44010 2020-01-21 21:50:37 +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