Historia zmian

Autor SHA1 Wiadomość Data
  pierre cc7d0d2f45 Try to implement BreakLine (Ctrl+N), bug report 28787 9 lat temu
  pierre 71782a85f3 Fix bug report 28822, source file test.test.pas gets pascal syntax highlighting 9 lat temu
  pierre 0af402fd1a Add stop on Signals 9 lat temu
  pierre af8cf223ca Specify MI use in About Dialog 9 lat temu
  pierre 7b2c034065 Avoid flickering in Compilation messagebox 9 lat temu
  michael d0ca79baf7 * Patch from Mattias Gaertner to clean up code: less hints, nicer stacktraces 9 lat temu
  michael 798b6d753a * Patch from Mattias Gaertner to check uses clause 9 lat temu
  michael 62f39e0037 * Some clean-up patches by Mattias 9 lat temu
  pierre ef1369fef2 Reset static recorddef variables to nil in InitSymtable, avoid crashes in TextMode IDE 9 lat temu
  michael 92ab883002 * Some cleanup from Mattias 9 lat temu
  michael cdc481f218 * Patch from Mattias Gaertner to Allow only one uses list 9 lat temu
  olivier 49132b57dd - remove sysheap.inc override from the Haiku port. mmap is now fully supported under Haiku for a long time. sbrk is also under work and the current implementation limit the available memory. 9 lat temu
  michael d4a0fcecd9 * Removed unused variable 9 lat temu
  michael 827209f2de * Generic array parsing 9 lat temu
  pierre b9e6938519 Correct behavior: if VMT becomes NIL, RTE 219 must be generated as this happens if EXPVMT is not an ancestor of starting VMT 9 lat temu
  michael e1751df5c3 * Refactor so LoadFromStream can be overridden 9 lat temu
  michael c715aa5188 * Call inherited destructor 9 lat temu
  svenbarth 59303c5113 Fix -CR after the recent VMT changes. 9 lat temu
  svenbarth 131a7bbc67 Fix cycling. 9 lat temu
  joost 05779cc64c * Do not add the --prefix parameter when calling fpmake for building archives 9 lat temu
  pierre c3ac426131 Fix testppudump by adding missing TAsmsymtype and TAsmsymbind 9 lat temu
  svenbarth 02ebae7658 * use the indirect symbol for resource strings if necessary 9 lat temu
  svenbarth cbbbe8927e * handle the export and import of resourcestring symbols for packages 9 lat temu
  svenbarth ccb4b23949 * register the start and end symbols of resource strings in the extern assembler list of the program/library 9 lat temu
  svenbarth 947c876ba3 * use the indirect start and end symbols for the resource string table (affects both the compiler and the RTL) 9 lat temu
  svenbarth 90a1099c5e * generate indirect symbols for resource strings as well as the start and end symbols 9 lat temu
  svenbarth 3147374178 Ensure uniqueness of internal errors 9 lat temu
  svenbarth 4df4449933 Extend the ttypedconstbuilder's dead_stripe_section handling (get_vectorized_dead_strip_section_symbol() and finalize_vectorized_dead_strip_asmlist()) with the ability to 9 lat temu
  svenbarth d9d2789375 * fix DynArrayDim() and DynArrayIndex() after the RTTI changes in r33944 9 lat temu
  svenbarth 022df814c2 * use the extern and public assembler symbol lists stored in the units to resolve those symbols to a used package that don't have a corresponding Pascal symbol 9 lat temu