yury
|
38b8731ba0
* Restored relocs generation for dlls by internal linker. It fixes bug #9048.
|
18 éve |
Jonas Maebe
|
2700c4eeb0
* fixed leaking of CGImage in every screen drawing operation
|
18 éve |
yury
|
8beb015957
* fixed test.
|
18 éve |
yury
|
63965406c4
* VarArrayRedim should accept new HighBound if it is LowBound-1. It clears the array.
|
18 éve |
michael
|
a7a0e9a307
* Component name can be empty
|
18 éve |
yury
|
1ae31b4037
* Delphi compatibility: VarArrayOf([]) should create empty array of variant.
|
18 éve |
yury
|
93e72c2079
* Fixed bug introduced by r7667. Do not release pushed return value be callee for cdecl on win32. It fixes error3 of bug #9098.
|
18 éve |
Almindor
|
a1108a8fbb
* update lNet to 0.5.2
|
18 éve |
yury
|
9525ad6edf
* removed debug output.
|
18 éve |
yury
|
a4dfa3b4fd
* fixed bug #9107: procedure which have pushed parameters in its body fails if only -OoSTACKFRAME switch is used.
|
18 éve |
yury
|
51493d673e
* fixed test.
|
18 éve |
yury
|
ff3bd9fa6f
* fixed compilation for arm targets.
|
18 éve |
yury
|
3b7e458f02
* Properly set location of float return value if it is passed as var parameter (it is always happens for safecall functions). It fixes bugs #8523 and #8977.
|
18 éve |
yury
|
9bbff8042f
* Set return value of safecall procedure if implicit try/finally blocks are disabled.
|
18 éve |
micha
|
3b7792ead1
* heaptrace: cleanup orphaned lock only in case of threading used
|
18 éve |
yury
|
7a6c15bfcd
* fixed test.
|
18 éve |
yury
|
5afc9355f8
* use proper runtime error codes for EIntfCastError and ESafecallException exceptions.
|
18 éve |
yury
|
9844174e5e
* It is needed to destroy exception object in safecall procedure as well.
|
18 éve |
yury
|
78fe68859b
* Pop the last exception object in safecall procedure.
|
18 éve |
yury
|
a7d1508959
* Fixed safecall procedures by generating implicit try/finally and setting correct return value if exception was occurred or not. Now safecall is fully Delphi compatible.
|
18 éve |
marco
|
569d7e1138
* fixed deprecated
|
18 éve |
marco
|
58e3f8ad0d
* more deprecated fixes
|
18 éve |
marco
|
0ef2cb0b02
* fixed deprecated
|
18 éve |
marco
|
4200ae288d
* fixed deprecated
|
18 éve |
Jonas Maebe
|
d1c597aa71
* avoid extra locking/unlocking for updatescreen (must now always be
|
18 éve |
florian
|
c1640b078b
* create init rtti for fpc_copy instead of full rtti
|
18 éve |
Jonas Maebe
|
d9284963b3
* fix for fpc_copy on 64 bit systems from Florian
|
18 éve |
peter
|
65a721de66
* test for wrong first match of operator overloading
|
18 éve |
florian
|
72d49f3033
* reverted r7675
|
18 éve |
michael
|
663e020402
* Patch from Inoussa OUEDRAOGO to support GUIDs in interface declarations
|
18 éve |