.. |
classes.pp
|
* compilation fixes for many platforms after r41167
|
2019-02-02 20:22:07 +00:00 |
dos.pp
|
+ implemented dos.exec() for win16
|
2017-12-08 17:40:07 +00:00 |
dynlibs.inc
|
+ added unit dynlibs to the win16 rtl
|
2015-10-01 13:10:40 +00:00 |
glbheap.inc
|
+ implemented MemAvail and MaxAvail for the win16 global heap
|
2017-12-06 15:05:37 +00:00 |
glbheaph.inc
|
+ implemented MemAvail and MaxAvail for the win16 global heap
|
2017-12-06 15:05:37 +00:00 |
locheap.inc
|
+ implemented MaxAvail for the win16 local heap as well
|
2017-12-06 15:58:02 +00:00 |
locheaph.inc
|
+ implemented MaxAvail for the win16 local heap as well
|
2017-12-06 15:58:02 +00:00 |
Makefile
|
* set EXEEXT to .wasm for the WASI target in fpcmake
|
2021-06-24 00:16:00 +00:00 |
Makefile.fpc
|
Add explicitly dependency to system unit for win16 rtl
|
2020-10-30 16:13:35 +00:00 |
ports.pp
|
+ added unit ports for win16
|
2018-07-12 14:24:46 +00:00 |
prt0c.asm
|
|
|
prt0comn.asm
|
- removed the win16 tiny memory model startup code loader - 16-bit windows
|
2015-09-15 19:48:04 +00:00 |
prt0h.asm
|
|
|
prt0l.asm
|
|
|
prt0m.asm
|
|
|
prt0s.asm
|
|
|
registers.inc
|
* switch to a full blown win16 system unit
|
2015-09-05 12:39:58 +00:00 |
rtldefs.inc
|
* switch to a full blown win16 system unit
|
2015-09-05 12:39:58 +00:00 |
sysdir.inc
|
+ zero seg regs prior to use in the win16 system unit dir functions as well
|
2015-09-27 23:57:57 +00:00 |
sysdl.inc
|
* import library function with a name that does not conflict with the functions exported in the interface
|
2020-08-02 10:25:02 +00:00 |
sysdlh.inc
|
+ win16 implementation of a dynlib manager in the system unit
|
2015-09-29 16:31:17 +00:00 |
sysfile.inc
|
* Do_IsDevice treats pipes and sockets the same way as character devices
|
2020-09-13 22:08:18 +00:00 |
sysheap.inc
|
* switch to a full blown win16 system unit
|
2015-09-05 12:39:58 +00:00 |
sysos.inc
|
* only clear DS and ES instead of fillchar-ing the whole Registers record in
|
2015-09-27 23:52:33 +00:00 |
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
|
* fix of FileSetDate after int64 changes (r44010 and r44013)
|
2020-01-22 12:14:47 +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 |
win31.pp
|
+ added the win16api driver support functions
|
2015-09-24 19:49:19 +00:00 |
winprocs.inc
|
+ added the win16api palette functions
|
2015-09-12 14:05:38 +00:00 |
winprocs.pp
|
+ added the win16api string formatting support functions
|
2015-09-24 19:09:25 +00:00 |
winprocsh.inc
|
* import library function with a name that does not conflict with the functions exported in the interface
|
2020-08-02 10:25:02 +00:00 |
wintypes.inc
|
+ added the win16api comm support functions
|
2015-09-24 17:02:45 +00:00 |
wintypes.pp
|
* split the win16 wintypes and winprocs units into include files, so they can
|
2015-09-06 23:02:20 +00:00 |