Commit History

Author SHA1 Message Date
  pierre 4a6358bfc1 * Fix NaN for watcom assembler (C000h is considered as a label, use 0xC000 instead) 5 years ago
  michael 2fc63a4f17 * Additional test for 37760 5 years ago
  michael 4ad6c98d82 * Test for bug ID #27760 5 years ago
  pierre d72170f9a3 Fix compilation for watcom RTL 5 years ago
  pierre fa12dfa7b5 Rename pvmt internal type to lower_pvmt for i386-watcom as watcom assembler is not case sensitive 5 years ago
  pierre c20b51a806 Use ApplyAsmSymbolRestrictions function and limit label sie to 247 for watcom assembler 5 years ago
  pierre 64da07da48 Add conversion from "$" to "." for i386-watcom target and avoid iteration if no char modification is wanted in ApplyAsmSymbolRestrictions function 5 years ago
  ondrej 192bbc07f5 * simplify TThread.RemoveQueuedEvent - decide what to delete and not what to leave (better corresponds with the docs) 5 years ago
  florian 69fcacc948 * use fld/fst on i386 to copy doubles 5 years ago
  florian e124b07e86 + evaluate typeinfo(<type1>)=/<>typeinfo(<type2>) at compile time, resolves #30260 5 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) 5 years ago
  michael 218ce57b5b * More strict behaviour for identifiers, patch by Benito van der Zander (bug ID 37841) 5 years ago
  michael 130d9ccdc3 * Fix more strict handling of numbers (bug ID 37840, patch by Benito van der Zander) 5 years ago
  florian 1a2b99bc09 * correctly reset fpu on x86_64-linux after a floating point exception, resolves second part of #37468 5 years ago
  michael 202976b457 * Fix windows compilation 5 years ago
  Jonas Maebe 322d04cdee * regenerated after adding unixtype dependencies 5 years ago
  Jonas Maebe de095258a7 * add missing unixtype dependencies 5 years ago
  Jonas Maebe f3e140fc50 * test for mantis #34543 (already fixed) 5 years ago
  michael ce3335affe * LibreSSL support 5 years ago
  Mattias Gaertner a66b6cd7c7 pastojs: classname=typeinfoname 5 years ago
  michael 7c238c24e8 * Fix bug ID #37824 5 years ago
  michael b9158ed311 * Fix bug #37830, always append dot even if signature empty 5 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 5 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 5 years ago
  Károly Balogh 7c195d2062 z80: cleaned up some tabs vs. spaces indentation mess in the vasm writer. no functional change. 5 years ago
  florian bb92fbafa0 patch by J. Gareth Moreton: GetNextInstructionUsingReg drops out earlier, second part of #37526 5 years ago
  florian eec51afadd * patch (with little modification) by J. Gareth Moreton: refactor ARM/Aarch64 peephole optimizer, first part of #37526 5 years ago
  florian e1536bdf26 * when implicit try...finallys are turned off, do not throw an error if a procedure 5 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 5 years ago
  florian 4c1978c131 * reported by Bart on the mailing list: insert empty line to make clear to which function the comment applies 5 years ago