fpc/rtl/go32v2
2022-06-01 16:56:02 +02:00
..
classes.pp * fix missing ifdef for the non win32/64/unix targets. 2022-06-01 16:56:02 +02:00
dos.pp
dpmi.inc
dpmiexcp.pp * floating point division by zero should throw run time error 208, fixed 2020-08-03 19:42:16 +00:00
dxeload.pp
dxetype.pp
emu387.pp
exceptn.as
exit16.ah
exit16.asm
fpu.as
go32.pp
initc.pp
Makefile * regenerate makefiles with latest fpcmake 2022-05-24 14:01:59 +03:00
Makefile.fpc Unicode' unicodenumtable.pas removed : update Makefile.fpc. 2022-03-26 21:17:54 +00:00
msmouse.pp * fix mantis #36708, take care of high word buttons variable. 2020-02-18 15:01:07 +00:00
ports.pp
profile.pp
rtldefs.inc
sbrk16.ah
sbrk16.asm
sysdir.inc
sysfile.inc
sysheap.inc
sysos.inc
sysosh.inc + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
system.pp * revert r47598: implement TRandomGenerator 2020-11-27 04:53:06 +00:00
sysutils.pp + TZ variable based offset calculation included for DOS targets 2020-11-24 00:35:52 +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
v2prt0.as go32v2: define __crt0_startup_flags as .comm rather than a global symbol. This allows linking against DJGPP libs and code which might also define this symbol. This change is also inline with recent crt0.S versions in DJGPP. 2020-11-23 03:42:16 +00:00