Commitin historia

Tekijä SHA1 Viesti Päivämäärä
  sergei 92f927976e * Rewrote fpc_dynarray_copy to trim out-of-range arguments instead of raising range error. Makes behavior Delphi-compatible and resolves #21396. 13 vuotta sitten
  paul 3b153c223a compiler: 13 vuotta sitten
  sergei 40f29ffd7a * Generate direct order of indexes passed to fpc_dynarray_setlength at compile time, eliminates the need of reversing them at runtime (in DynArraySetLength). 13 vuotta sitten
  florian 5d4607f65a * ignore errors in setlength parsing inside a generic functin, resolves #20557 14 vuotta sitten
  paul c1866d5c17 compiler: 14 vuotta sitten
  paul 723f3424d4 merge r17484 from cpstrnew branch by michael: 14 vuotta sitten
  svenbarth f7f357f18e * symconst.pas: 14 vuotta sitten
  svenbarth 80e6498921 Rebase to revision 17096 14 vuotta sitten
  svenbarth 878c8c7806 Implemented correct handling of inherited methods. 14 vuotta sitten
  svenbarth 963a4d7b23 Commit of a completely restructured helper implementation. Instead of changing objectdefs with odt_classhelper to odt_class, they'll have the odt_helper type assigned to and this will be kept. This also implies that the parent of a helper is its true parent while the extended type is set to a field in tobjectdef (extendeddef). 14 vuotta sitten
  paul 56bf42de57 compiler: implement record methods and class methods: 14 vuotta sitten
  Jonas Maebe 749991ec02 + support extra parameter for initialize() that indicates how many elements 14 vuotta sitten
  florian 67416e958b * initialize file variables in iso mode 15 vuotta sitten
  Jonas Maebe f5c52b25cd * removed "and not is_class()" condition from is_managed_type(), because 15 vuotta sitten
  yury 6a6a6a6e6f * Copy() with WideChar array or PWideChar parameter should use fpc_unicodestr_copy compilerproc, since fpc_widestr_copy is available only on Windows. Bug #14307. 16 vuotta sitten
  Jonas Maebe f5a24d0f5b * fix from r13288 16 vuotta sitten
  Jonas Maebe 7885f6c892 * give a generic "type mismatch" error if copy() is called with less than 16 vuotta sitten
  peter 36cad44923 * refactor is_visible_for_object 17 vuotta sitten
  florian b178b08ba7 Merged revisions 11665-11738 via svnmerge from 17 vuotta sitten
  peter 6b8aed593f * remove registers{int/mmx/fpu} from firstpass 18 vuotta sitten
  daniel 9adb202a92 * Rework the constexprint to allow operations from low(int64) to high(qword). 18 vuotta sitten
  Jonas Maebe 20b99dade3 - reverted r7600, see additional comments in mantis #9027 18 vuotta sitten
  Jonas Maebe 5a8679131f + support for new/dispose with extra size parameter in macpas mode 18 vuotta sitten
  florian a3d906f1ca - removed several ;; 18 vuotta sitten
  florian f4868c2414 * don't generate pointer checks for newly initialized by new pointers, resolves #8757 18 vuotta sitten
  Jonas Maebe c13ff3729b * Merged 2.3 branch changes: 18 vuotta sitten
  Jonas Maebe 9e60d6791d * show name of procedure/function called with too few parameters 19 vuotta sitten
  Jonas Maebe a15e5dc61c * always call tobject.create/free in MacPas mode for new/dispose constructs 19 vuotta sitten
  peter 658c46b903 * remove tdictionary and tindexarray 19 vuotta sitten
  florian be2b715d3c + parsing of disp variant invokes 19 vuotta sitten