.. |
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
|
* regenerate all makefiles with latest fpcmake
|
2022-01-19 07:08:32 +02: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
|
* several local variables changed from longint to integer
|
2014-03-17 21:58:53 +00:00 |
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
|
+ 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 |