fpc/rtl/msdos
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
..
classes.pp * msdos: Enabled $HUGECODE for sysutils and classes to overcome 64K per unit code limit. 2020-08-19 10:49:40 +00:00
dos.pp * set DL=0 in dos.setverify for compatibility with DOS 2.x 2019-05-31 13:58:19 +00:00
Makefile Regenerated all Makefile's 2020-08-04 10:19:49 +00:00
Makefile.fpc + added sortbase as a dependency to unit fgl in the makefiles 2019-02-02 23:22:09 +00:00
msmouse.pp
ports.pp
prt0c.asm
prt0comn.asm
prt0h.asm
prt0l.asm
prt0m.asm
prt0s.asm
prt0t.asm
registers.inc
rtldefs.inc
sysdir.inc
sysfile.inc
sysheap.inc
sysos.inc
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
sysutils.pp * msdos: Enabled $HUGECODE for sysutils and classes to overcome 64K per unit code limit. 2020-08-19 10:49:40 +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