| .. |
|
classes.pp
|
* compilation fixes for many platforms after r41167
|
2019-02-02 20:22:07 +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
|
Regenerate all Makefile's after commit #43472
|
2019-11-15 14:47:02 +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
|
* added 'word ptr' overrides, to avoid generating 32-bit instructions (due to a
|
2016-01-07 15:40:47 +00:00 |
|
ports.pp
|
+ integrated the port access via Port[] in the i8086-msdos system unit to ease
|
2018-07-09 15:40:12 +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
|
+ added the necessary changes for section based smartlinking to the msdos
|
2018-06-22 15:42:19 +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
|
|
|
|
rtldefs.inc
|
|
|
|
sysdir.inc
|
|
|
|
sysfile.inc
|
Fix compilation with -dSYSTEMDEBUG after heap changes (removal of 'tiny' in memory functions in tiny heap)
|
2016-06-25 08:16:52 +00:00 |
|
sysheap.inc
|
Add information about MCB to SysAlloc call if DEBUG_TINY_HEAP macro is defined
|
2017-05-22 20:42:33 +00:00 |
|
sysos.inc
|
|
|
|
sysosh.inc
|
|
|
|
system.pp
|
Define FPC_IS_SYSTEM at start of all system.pp source
|
2019-10-15 15:04:32 +00:00 |
|
sysutils.pp
|
Avoid range check error for functions returning THandle type by using unusedhandle system constant
|
2019-08-19 20:23:31 +00:00 |
|
tthread.inc
|
|
|