コミット履歴

作者 SHA1 メッセージ 日付
  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) 13 年 前
  Jonas Maebe aee5380ae0 * merged trunk up to r20882 13 年 前
  Jonas Maebe 2b0d0bbee4 * also set the mangledbasename when a public name is specified for a 13 年 前
  Jonas Maebe 57908f528b * AIX-specific struct alignment rules 13 年 前
  Jonas Maebe 3589f90cf8 * also show the valid bounds in most cases when signalling a range check 13 年 前
  Jonas Maebe f984a3d74e - removed optimization that pops the current symtable off the symtablestack 13 年 前
  paul d752ce2c11 compiler: 13 年 前
  Jonas Maebe 1f614b7efc * use correct source code position for error messages about invalid 13 年 前
  svenbarth 4419dc3d34 Rebase to revision 19673 13 年 前
  svenbarth 461d231daa Rebase to revision 19078 (directly before the merge of cpstrnew) 13 年 前
  svenbarth 594f84dc2c Merge branch 'unique-syms' 13 年 前
  paul a1e0b833b2 compiler: fix ppu read/write of property parameters symtable (bug #0020454) 14 年 前
  paul 62b4ef3d1a compiler: don't create a parasymtable for property if property has no parameters 14 年 前
  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) 14 年 前
  paul 7e88628b02 compiler: clear vd_class option if it was added by _STATIC token (issue #0020119) 14 年 前
  sergei 16859976da Mantis #19182, Delphi compatible tweaks: 14 年 前
  Jonas Maebe 1d2748fa69 * fixed insertion of typed constants twice in bss after r18723 14 年 前
  Jonas Maebe df5fc421ce + support for increasing the visibility of fields using properties 14 年 前
  Jonas Maebe b3072b3dab * extracted the code to deal with static fields into a routine 14 年 前
  Jonas Maebe 93ddf11143 * ifdefed pjvm usage 14 年 前
  Jonas Maebe 1ad834f5f9 * in case a property uses a getter/setter with lower visibility than the 14 年 前
  Jonas Maebe 13b0ac91d9 + generate java.lang.Enum descendant classes for Pascal enum types 14 年 前
  Jonas Maebe 9d0fdb3150 * explicitly specify symtable to jvm_guarantee_record_typesym() instead of 14 年 前
  Jonas Maebe df7100ff80 + support for anonymous record types for the JVM targets: automatically 14 年 前
  Jonas Maebe e663f0f31f + support for class constructors for the JVM target 14 年 前
  Jonas Maebe c264c24fb0 + support for unit initialisation sections for the JVM target, 14 年 前
  Jonas Maebe f384c274bb * allow specifying an external name for fields in external Java classes/ 14 年 前
  Jonas Maebe c0b4514b7c * also search for fully qualified nested types in Java classes/interfaces 14 年 前
  Jonas Maebe 37b5c061e3 + support for "final" fields in *external* (Java and other) classes, enabled 14 年 前
  Jonas Maebe 6b176351e1 * removed jvmdef.jvminternalstaticfieldname() and now use newly created 14 年 前