Károly Balogh
|
b6242d14ed
* use currpara.paraloc[calleeside].def instead of currpara.vardef when copying parameters to local registers in ncgutil. this mimics hlcgobj behavior and fixes parameters passed by reference to be allocated into intregs on m68k. among others, this has a big impact on OOP code, because of self, for example
|
9 years ago |
pierre
|
01358a9989
Fix compilation for Windows OS after commit 33702
|
9 years ago |
michael
|
365a246c9a
* Allow server to run message queue in a thread
|
9 years ago |
michael
|
253589b0b6
* Fix compilation for msdos
|
9 years ago |
michael
|
d2ce69a98c
* Allow to specify a number of messages to send
|
9 years ago |
michael
|
ca8929b930
* All platforms use a queue now
|
9 years ago |
florian
|
35b18fbf85
* change address related variables from aint to PInt to avoid range check errors
|
9 years ago |
michael
|
8e75ac64f1
* Patch from Graeme GeldenHuys to implement UnicodeString versions of MatchStr() and IndexStr() (bug ID 30113)
|
9 years ago |
michael
|
5e3b22ab15
* Patch to Split AdvancedIPC and AdvancedSingleInstance, by Luiz Americo (Bug ID 30141)
|
9 years ago |
michael
|
5f8fd810b8
* Test programs for crashing IPC server
|
9 years ago |
michael
|
d53c4b4153
* Fix compilation of pipesipc
|
9 years ago |
michael
|
7c91516b24
* Remove old stale file checking mechanism
|
9 years ago |
michael
|
a5d38c7ba6
* Added TStringBuilder
|
9 years ago |
florian
|
6f9d74b83e
+ define FPC_NO_DEFAULT_HEAP for the embedded target as well
|
9 years ago |
florian
|
b2f15e2736
* first check for ait_instruction before checking opcode
|
9 years ago |
florian
|
f950dca8a5
* use PUInt for passing around sizes in ogbase as the width of the data type should dependent on the address size and not the ALU size
|
9 years ago |
marco
|
d67dee1d2d
* remove win9xmanager also from .fpcmake
|
9 years ago |
pierre
|
47a10f0b18
Fix build error after commit 33687
|
9 years ago |
marco
|
dd2aae023e
* delete win9xwsmanager, conform bugreport #29108
|
9 years ago |
svenbarth
|
b5d984da7a
pkgutil.pas, createimportlibfromexternals:
|
9 years ago |
svenbarth
|
a67fe62caa
fmodule.pas, tmodule:
|
9 years ago |
pierre
|
94d8d9927d
Only add indirect symbol for constants if tf_supports_packages flag is set in target_info.flags
|
9 years ago |
michael
|
ac1b59ef03
* Small fix from Laco to fix missinu ULONG type
|
9 years ago |
pierre
|
fe6feb741b
Use macros for msdos OS to translate SysGetMem into SysTinyGetMem and similar, fixes several RTE 203 isssues for msdos target OS
|
9 years ago |
pierre
|
91595447c6
Add SysTinyGetHeapStatus and SysTinyGetFPCHeapStatus functions
|
9 years ago |
pierre
|
4af209ac50
Add SysTinyGetMem and similar to interface to allow use in heaptrc unit
|
9 years ago |
pierre
|
cbb29a7e5d
Use FPC_NO_DEFAULT_HEAP to turn out RelocateHeap or MemoryManager.InitThread functions, used for msdos OS
|
9 years ago |
pierre
|
effa0154c5
Use FPC_NO_DEFAULT_MEMORYMANAGER define to guard SysGetmem/SysFreemem functions, also used for msdos OS
|
9 years ago |
pierre
|
c8ad916710
Use FPC_NO_DEFAULT_MEMORYMANAGER define to guard SysGetmem/SysFreemem function definitions, also used for msdos OS
|
9 years ago |
pierre
|
01ea38a627
Implement basic SysOSAlloc using MSDOS Interrrupt 0x21, AH=0x48 function
|
9 years ago |