Rika Ichinose
|
562048c965
Remove FPC_IN_HEAPMGR, FPC_NO_DEFAULT_MEMORYMANAGER, and unnecessary uses of FPC_NO_DEFAULT_HEAP.
|
1 月之前 |
Michael VAN CANNEYT
|
e50d90b7e9
* string -> shortstring
|
2 年之前 |
Michael VAN CANNEYT
|
a5ad266065
* Char -> AnsiChar
|
2 年之前 |
ondrej
|
1a0ba60de6
* revert r47598: implement TRandomGenerator
|
4 年之前 |
ondrej
|
c4dd3b661a
* rtl: implement TRandomGenerator for thread-safe random
|
4 年之前 |
pierre
|
84ebe96d41
Define FPC_IS_SYSTEM at start of all system.pp source
|
5 年之前 |
nickysn
|
9e6209db3a
* fixed compilation of win16 in medium memory model
|
7 年之前 |
nickysn
|
08062a2eb4
* fixed ParamStr(0) for the win16 target
|
7 年之前 |
nickysn
|
9febafa8d5
* fixed win16 compilation, patch by Max Nazhalov
|
8 年之前 |
nickysn
|
cf13bacbba
+ call InitSystemThreads in the win16 system unit as well
|
8 年之前 |
pierre
|
a72434e93a
Trial to clarify heap for i8086 issues:
|
9 年之前 |
pierre
|
14359cffec
Fix system compilation for win16 OS by setting FPC_NO_DEFAULT_MEMORYMANAGER and adding dummy FinalizeHeap
|
9 年之前 |
nickysn
|
48d9daadb9
+ init the dynlibs manager in the win16 system unit startup code
|
9 年之前 |
nickysn
|
01257267b8
+ win16 implementation of a dynlib manager in the system unit
|
9 年之前 |
nickysn
|
5f0905d9c7
- removed unnecessary zero fill of regs in CheckLFN in the win16 system unit
|
9 年之前 |
nickysn
|
25573b5927
+ implemented randomize for win16
|
9 年之前 |
nickysn
|
2f32a7b718
* only clear DS and ES instead of fillchar-ing the whole Registers record in
|
9 年之前 |
nickysn
|
f5c2ce9058
* fixes to the win16 stderr output
|
9 年之前 |
nickysn
|
406d5b7b3d
+ implemented a win16 heap manager for the far data memory models, using the
|
9 年之前 |
nickysn
|
1c3a0864e8
+ implemented win16 stderr via messageboxes similar to the way it is implemented for win32/win64 gui apps
|
9 年之前 |
nickysn
|
228b6b7c5c
+ added the win16api message box functions and its related constants
|
9 年之前 |
nickysn
|
3a8acd3f33
+ initial implementation of win16 file support, based on the msdos rtl
|
10 年之前 |
nickysn
|
04cb0cf615
+ check for LFN support at startup on win16
|
10 年之前 |
nickysn
|
181ee0b4d2
+ init exceptions and the unicode string manager in the win16 system unit startup
|
10 年之前 |
nickysn
|
9997ee54fb
+ initialize IsConsole and IsLibrary in the win16 system unit startup code
|
10 年之前 |
nickysn
|
694d93d011
+ ported the MsDos() routine from the msdos rtl to win16
|
10 年之前 |
nickysn
|
afcc5a9e11
+ added the win16api string functions
|
10 年之前 |
nickysn
|
600d2cfbc6
+ implemented a win16 heap manager for the near data memory models using the
|
10 年之前 |
nickysn
|
a9069dc16d
- removed some debug and commented out code from the win16 system unit
|
10 年之前 |
nickysn
|
a76c9ebd43
+ initialize StackBottom and StackLength in the win16 system unit startup code
|
10 年之前 |