fpc/rtl/os2
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
..
tests
classes.pp * compilation fixes for many platforms after r41167 2019-02-02 20:22:07 +00:00
dos.pas
doscall2.pas
doscalls.pas
dynlibs.inc
exe.pas
kbdcalls.pas
Makefile Regenerated all Makefile's 2020-08-04 10:19:49 +00:00
Makefile.fpc + Add math unit dependency to types$(PPUEXT) rule. 2019-09-19 20:49:12 +00:00
moncalls.pas
moucalls.pas
newexe.pas
os2def.pas
pmbidi.pas
pmbitmap.pas
pmdev.pas
pmgpi.pas
pmhelp.pas
pmshl.pas
pmspl.pas
pmstddlg.pas
pmwin.pas
pmwp.pas
pmwsock.pas
ports.pas
prt0.as * License clarification OS2/emx after discussion. Be more clear it is emx-lib 2020-01-18 11:53:10 +00:00
rtldefs.inc
so32dll.pas
sysdir.inc
sysdl.inc
sysdlh.inc
sysfile.inc
sysheap.inc
sysos2.pas
sysos.inc
sysosh.inc + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
system.pas * floating point division by zero should throw run time error 208, fixed 2020-08-03 19:42:16 +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
sysucode.inc
sysutils.pp * fix for TAbstractSearchRec.Time type change 2020-02-04 22:04:34 +00:00
todo-os2.txt
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
viocalls.imp
viocalls.pas