.. |
Makefile
|
2e3cb70489
* regenerated makefiles after adding the win16 target
|
10 years ago |
Makefile.fpc
|
a69b98484e
+ enabled compilation of unit lnfodwrf on i8086-msdos
|
10 years ago |
classes.pp
|
e342c11085
+ introduced a private type TCodePtrList, which is the specialization
|
12 years ago |
dos.pp
|
23b0cf2340
* msdos system unit variable dos_psp renamed PrefixSeg for TP7 compatibility
|
11 years ago |
msmouse.pp
|
8efd857d76
* i8086 far data memory model fixes in unit msmouse
|
11 years ago |
ports.pp
|
41d28f91e5
- rm asmmode intel from the i8086-msdos rtl, as that is the default asm mode on
|
11 years ago |
prt0c.asm
|
0236c2823a
+ added startup modules for compact, large and huge model that define the
|
11 years ago |
prt0comn.asm
|
1264eaf8c6
* fixed "nil pointer assignment" error in huge memory model
|
10 years ago |
prt0h.asm
|
0236c2823a
+ added startup modules for compact, large and huge model that define the
|
11 years ago |
prt0l.asm
|
0236c2823a
+ added startup modules for compact, large and huge model that define the
|
11 years ago |
prt0m.asm
|
f4c463b6bd
* prt0stm.asm renamed prt0comn.asm, as it will probably be used as the common
|
11 years ago |
prt0s.asm
|
f4c463b6bd
* prt0stm.asm renamed prt0comn.asm, as it will probably be used as the common
|
11 years ago |
prt0t.asm
|
f4c463b6bd
* prt0stm.asm renamed prt0comn.asm, as it will probably be used as the common
|
11 years ago |
registers.inc
|
cd18b792ab
+ added Intr and MsDos implementations for i8086-msdos
|
12 years ago |
rtldefs.inc
|
da7a67bc74
+ FPCRTL_FILESYSTEM_SINGLE_BYTE_API define that is set for targets where we
|
12 years ago |
sysdir.inc
|
d989a42111
* several local variables changed from longint to integer
|
11 years ago |
sysfile.inc
|
7bbb30ccd4
* Reset filerec mode field to fmClosed if the system call to open the file failed
|
10 years ago |
sysheap.inc
|
bca7bf78dc
+ added sysheap.inc and sysfile.inc to the msdos target, empty for now
|
12 years ago |
sysos.inc
|
1077093b08
+ added error checking to the dos file operations
|
12 years ago |
sysosh.inc
|
f1a974f3c9
* THandle type changed to Word for i8086-msdos
|
12 years ago |
system.pp
|
db7a9950d1
* unit name changed to System (starting with uppercase 'S') for improved compatibility to Delphi - see test tobject5.pp
|
10 years ago |
sysutils.pp
|
45ed066fed
* fixed SysUtils.FindFirst/FindNext/FindClose on i8086-msdos in the compact and
|
11 years ago |
tthread.inc
|
730f7c82b7
* some fixes, intended to get units fgl and classes to compile on 16-bit cpus
|
12 years ago |