fpc/rtl/msdos
nickysn 45ed066fed * fixed SysUtils.FindFirst/FindNext/FindClose on i8086-msdos in the compact and
large memory models by changing TSearchRec.FindHandle to a pointer (because
  THandle is 16-bit on this platform and is thus not able to hold a far pointer
  without truncating it)

git-svn-id: trunk@28451 -
2014-08-18 21:39:20 +00:00
..
classes.pp + introduced a private type TCodePtrList, which is the specialization 2013-08-23 19:25:51 +00:00
dos.pp * msdos system unit variable dos_psp renamed PrefixSeg for TP7 compatibility 2014-06-24 10:58:59 +00:00
Makefile Makefiles updated with fpcmake rev 27428 2014-04-10 09:58:17 +00:00
Makefile.fpc Add missing EXECPPAS for explicit COMPILER calls, needed for -sh option 2014-04-01 15:12:30 +00:00
msmouse.pp * i8086 far data memory model fixes in unit msmouse 2014-04-04 08:57:14 +00:00
ports.pp - rm asmmode intel from the i8086-msdos rtl, as that is the default asm mode on 2014-03-15 13:01:05 +00:00
prt0c.asm + added startup modules for compact, large and huge model that define the 2014-03-24 13:42:42 +00:00
prt0comn.asm * on i8086-msdos, in the compact and large memory models, set the end of heap to 2014-08-18 13:54:20 +00:00
prt0h.asm + added startup modules for compact, large and huge model that define the 2014-03-24 13:42:42 +00:00
prt0l.asm + added startup modules for compact, large and huge model that define the 2014-03-24 13:42:42 +00:00
prt0m.asm * prt0stm.asm renamed prt0comn.asm, as it will probably be used as the common 2014-03-24 13:23:36 +00:00
prt0s.asm * prt0stm.asm renamed prt0comn.asm, as it will probably be used as the common 2014-03-24 13:23:36 +00:00
prt0t.asm * prt0stm.asm renamed prt0comn.asm, as it will probably be used as the common 2014-03-24 13:23:36 +00:00
registers.inc + added Intr and MsDos implementations for i8086-msdos 2013-03-28 18:17:25 +00:00
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 * several local variables changed from longint to integer 2014-03-17 21:58:53 +00:00
sysfile.inc * fixed do_filepos and do_seekend not returning the high 16 bits of the file 2014-03-17 22:01:09 +00:00
sysheap.inc + added sysheap.inc and sysfile.inc to the msdos target, empty for now 2013-03-16 12:03:24 +00:00
sysos.inc + added error checking to the dos file operations 2013-03-28 22:03:13 +00:00
sysosh.inc * THandle type changed to Word for i8086-msdos 2013-03-27 00:14:41 +00:00
system.pp + added the TP7-compatible pointer variables HeapOrg and HeapEnd, indicating, 2014-08-17 22:42:44 +00:00
sysutils.pp * fixed SysUtils.FindFirst/FindNext/FindClose on i8086-msdos in the compact and 2014-08-18 21:39:20 +00:00
tthread.inc * some fixes, intended to get units fgl and classes to compile on 16-bit cpus 2013-05-30 18:58:25 +00:00