Historial de Commits

Autor SHA1 Mensaje Fecha
  nickysn f2763b98fa + implemented absolute seg:ofs vars on i8086 hace 12 años
  paul 0d8ad2a932 compiler: don't treat TRUE and FALSE as keywords. They are predefined constants from this moment. This change is compatible with other pascal compilers. Fixes issue #0025030 hace 12 años
  florian 0e41df598e * merge i8086 branch by Nikolay Nikolov hace 12 años
  florian 2fdd3e2d0a + introduce tvariantrecbranch to be able to store hace 12 años
  florian fef7832790 * enable absolute for i8086-msdos hace 12 años
  Jonas Maebe ddc03bdf03 * when automatically generating (s|g)etters, make sure that the visibility of hace 12 años
  svenbarth 359a228085 Fix one problem type of Mantis #23546. A record must not contain a static array that uses itself as an element type (in can contain a dynamic array however) otherwise an infinite loop is encountered when checking whether the record needs special init/final code. hace 12 años
  Jonas Maebe a1923f02f8 * always mark symbols referenced by properties as "used"; in case the hace 12 años
  Jonas Maebe 4aa05f5133 + support for automatically generating setters/getters for properties on the hace 13 años
  Jonas Maebe 5929ec5592 * turned getpropaccesslist, add_parameters and add_index_parameter into hace 13 años
  Jonas Maebe 3798b79fd7 + optimization that (re)orders instance fields of Delphi-style classes in hace 13 años
  svenbarth def357287e * revert revision 21251 for pdecvar.pas: not generating the bss-data for the static symbol for a generic breaks linking with debug info enabled; I'll need to find a better solution to avoid unneeded use of space (luckily it wasn't needed to fix any bug ^^) hace 13 años
  svenbarth 5b1b194b47 * pdecvar.pas, read_record_fields: don't generate BSS-data for generic static fields (doesn't fix any specific bug, but we don't need space reserved for the field) hace 13 años
  Jonas Maebe aee5380ae0 * merged trunk up to r20882 hace 13 años
  Jonas Maebe 2b0d0bbee4 * also set the mangledbasename when a public name is specified for a hace 13 años
  Jonas Maebe 57908f528b * AIX-specific struct alignment rules hace 13 años
  Jonas Maebe 3589f90cf8 * also show the valid bounds in most cases when signalling a range check hace 13 años
  Jonas Maebe f984a3d74e - removed optimization that pops the current symtable off the symtablestack hace 13 años
  paul d752ce2c11 compiler: hace 13 años
  Jonas Maebe 1f614b7efc * use correct source code position for error messages about invalid hace 13 años
  svenbarth 4419dc3d34 Rebase to revision 19673 hace 13 años
  svenbarth 461d231daa Rebase to revision 19078 (directly before the merge of cpstrnew) hace 13 años
  svenbarth 594f84dc2c Merge branch 'unique-syms' hace 13 años
  paul a1e0b833b2 compiler: fix ppu read/write of property parameters symtable (bug #0020454) hace 14 años
  paul 62b4ef3d1a compiler: don't create a parasymtable for property if property has no parameters hace 14 años
  paul ceb141523d compiler: store property parameters in a parasymtables together with property. restore those parameters for descendant properties (fixes mantis #0020421 but maybe not very optimal) hace 14 años
  paul 7e88628b02 compiler: clear vd_class option if it was added by _STATIC token (issue #0020119) hace 14 años
  sergei 16859976da Mantis #19182, Delphi compatible tweaks: hace 14 años
  Jonas Maebe 1d2748fa69 * fixed insertion of typed constants twice in bss after r18723 hace 14 años
  Jonas Maebe df5fc421ce + support for increasing the visibility of fields using properties hace 14 años