Commit History

Author SHA1 Message Date
  Jonas Maebe 4c34b7b67d * fixed memory leak 6 years ago
  Jonas Maebe eb0f02348d * fixed loading parent frame pointer for nested procvars on targets that 6 years ago
  Jonas Maebe 47812c8a3d * don't double-define function aliases for Darwin defined via ".set" directive 6 years ago
  Jonas Maebe 8ec3cd6390 * append rather than insert the alias symbols for the program/procedure 6 years ago
  Jonas Maebe c330f5080c * replaced fpcunit custom code to obtaining a caller site with a call to 6 years ago
  Jonas Maebe 332679e28a * updated German message files (patch by Karl-Michael Schindler, 6 years ago
  Jonas Maebe 7e51c5e856 * DFA now takes case-completeness into account (mantis #35598) 6 years ago
  pierre 2ff391c25c Fix arm-aros rtl compilation 6 years ago
  svenbarth 1d6b591872 * add tests for TVirtualInterface 6 years ago
  svenbarth 16d9b5bee9 + add TVirtualInterface which allows to implement a interface with method RTTI by merely providing an event handler 6 years ago
  svenbarth 755e271b4e * fix for Mantis #35566 by applying patch by Martin Friebe: correctly dereference the 32-bit length value for Windows Widestrings 6 years ago
  pierre fb2a8e23d0 Fix compilation of GDB version 7.12.1 6 years ago
  pierre c0f064a35c Remove two warnings about missing case (others are still present in ppudump.pp source) 6 years ago
  pierre 8d4588e1b2 Fix compilation of compiler with -dPREPROCWRITE 6 years ago
  pierre e35110b68c Fix baseunix PPU compilation rule for Haiku 6 years ago
  pierre 902ef73c7c Allways use local pt variable to ameliorate readability of code 6 years ago
  pierre c8129c5228 Disable 64-bit version of CPU_SOURCE is 32-bit 6 years ago
  nickysn e0b523ef14 * updated the asm parts of the i386 OpenBSD startup code as well 6 years ago
  nickysn 806b65da6b * also update the startup asm code in prt0.as for OpenBSD x86_64 6 years ago
  nickysn 357d3ca390 - removed cprt0.as from the OpenBSD i386 RTL as well 6 years ago
  nickysn ef86b3ab29 - delete cprt0.as from the OpenBSD x86_64 startup code, because it's not needed for bootstrapping 6 years ago
  nickysn 058336db40 * invoke _csu_finish before __init the OpenBSD x86_64 C library startup code 6 years ago
  nickysn 77f86d22a5 * updated the parameter list to _FPC_proc___start in the OpenBSD x86_64 startup code 6 years ago
  nickysn f2719e438c * updated the OpenBSD x86_64 assembly startup code 6 years ago
  svenbarth 45479302c1 - ValueToFFIValue is no longer needed 6 years ago
  svenbarth 5d6a837b63 * also test callbacks for libffi 6 years ago
  svenbarth 9fa4a619d7 + add support for callbacks to the FFI invoke manager 6 years ago
  svenbarth 0d6d3a1529 * for callbacks argument values are not needed, so make the need for aArgValues optional 6 years ago
  svenbarth 1c58ef49f3 * directly use the indirection information instead of calculating it a second time in ValueToFFIValue() 6 years ago
  svenbarth 68c9b83d87 * for callbacks it's needed to know whether an argument is indirect or not 6 years ago