pierre
|
c20b51a806
Use ApplyAsmSymbolRestrictions function and limit label sie to 247 for watcom assembler
|
4 years ago |
pierre
|
64da07da48
Add conversion from "$" to "." for i386-watcom target and avoid iteration if no char modification is wanted in ApplyAsmSymbolRestrictions function
|
4 years ago |
ondrej
|
192bbc07f5
* simplify TThread.RemoveQueuedEvent - decide what to delete and not what to leave (better corresponds with the docs)
|
4 years ago |
florian
|
69fcacc948
* use fld/fst on i386 to copy doubles
|
4 years ago |
florian
|
e124b07e86
+ evaluate typeinfo(<type1>)=/<>typeinfo(<type2>) at compile time, resolves #30260
|
4 years ago |
svenbarth
|
a624348692
* when removing a method from the synchronization queue using TThread.RemoveQueuedEvent then both the Code and the Data need to match (Delphi does the same)
|
4 years ago |
michael
|
218ce57b5b
* More strict behaviour for identifiers, patch by Benito van der Zander (bug ID 37841)
|
4 years ago |
michael
|
130d9ccdc3
* Fix more strict handling of numbers (bug ID 37840, patch by Benito van der Zander)
|
4 years ago |
florian
|
1a2b99bc09
* correctly reset fpu on x86_64-linux after a floating point exception, resolves second part of #37468
|
4 years ago |
michael
|
202976b457
* Fix windows compilation
|
4 years ago |
Jonas Maebe
|
322d04cdee
* regenerated after adding unixtype dependencies
|
4 years ago |
Jonas Maebe
|
de095258a7
* add missing unixtype dependencies
|
4 years ago |
Jonas Maebe
|
f3e140fc50
* test for mantis #34543 (already fixed)
|
4 years ago |
michael
|
ce3335affe
* LibreSSL support
|
4 years ago |
Mattias Gaertner
|
a66b6cd7c7
pastojs: classname=typeinfoname
|
4 years ago |
michael
|
7c238c24e8
* Fix bug ID #37824
|
4 years ago |
michael
|
b9158ed311
* Fix bug #37830, always append dot even if signature empty
|
4 years ago |
Károly Balogh
|
9f8417ba52
z80: added handling of sections provided by the startup code to the vlink linker script. this fixes executable building, but the resulting executables still don't work at this point
|
4 years ago |
Károly Balogh
|
aa745e0319
z80: re-enabled af_smartlink_sections for vasm which is required for the vasm + vlink combo, partially reverting r46916
|
4 years ago |
Károly Balogh
|
7c195d2062
z80: cleaned up some tabs vs. spaces indentation mess in the vasm writer. no functional change.
|
4 years ago |
florian
|
bb92fbafa0
patch by J. Gareth Moreton: GetNextInstructionUsingReg drops out earlier, second part of #37526
|
4 years ago |
florian
|
eec51afadd
* patch (with little modification) by J. Gareth Moreton: refactor ARM/Aarch64 peephole optimizer, first part of #37526
|
4 years ago |
florian
|
e1536bdf26
* when implicit try...finallys are turned off, do not throw an error if a procedure
|
4 years ago |
florian
|
a628c1c3dd
* if an array constructor is passed to a formaldef parameter, it is passed as a set (if the conversion is possible), resolves #37796
|
4 years ago |
florian
|
4c1978c131
* reported by Bart on the mailing list: insert empty line to make clear to which function the comment applies
|
4 years ago |
Mattias Gaertner
|
ea0fb9a8b4
pastojs: specialize with interface constraints, issue #37690
|
4 years ago |
Mattias Gaertner
|
35f59b6736
pastojs: shortrefglobals: local recordtype
|
4 years ago |
Mattias Gaertner
|
7945631ff1
pastojs: clean up
|
4 years ago |
Mattias Gaertner
|
d5d9635cd9
fcl-passrc: clean up
|
4 years ago |
Mattias Gaertner
|
c1e700b3fe
fcl-js: clean up
|
4 years ago |