Historia zmian

Autor SHA1 Wiadomość Data
  Michaël Van Canneyt 535107a700 * Split out option parsing in one routine per letter 2 lat temu
  marcoonthegit 8a0d530eb1 * several extra rtf keys. Patch by Werner fixes #40336 2 lat temu
  Michaël Van Canneyt e1befb165e * Fix compilation on windows 2 lat temu
  Michaël Van Canneyt ca13ca2089 * Correct default extension logic. 2 lat temu
  Michaël Van Canneyt 930e49590c * Setting empty should also work. 2 lat temu
  Michaël Van Canneyt 45d00abddc * Fix typo 2 lat temu
  Sven/Sarah Barth c994b5efe8 * fix #39447: when checking whether the parameters are valid for pointer arithmetic check the *correct* parameter for being valid pointer-like type (I'd say that this was a copy&paste mistake...) 2 lat temu
  Sven/Sarah Barth a20e8b9a3d * fix #40095: when searching a suitable constructor for the custom attribute don't allow the return of a procvar which can happen in Mac/TP procvar modes (like Delphi) 2 lat temu
  Sven/Sarah Barth 78025d90b3 + add a tcallnodeflag value that prohibits the tcallnode.pass_typecheck to return a procvar in case of a call without parameters with a found symbol, but no suitable procdef 2 lat temu
  Sven/Sarah Barth c7776d899b * in case there hasn't been an error generated with an invalid attribute declaration then print at least "illegal expression" error 2 lat temu
  Sven/Sarah Barth 3dc64dd67e * fix typo in comment 2 lat temu
  Sven/Sarah Barth d5c1533377 * fix #40331: for enumeration with holes (that don't have type information) use the binary comparers 2 lat temu
  Sven/Sarah Barth 82857174cc * move check for whether to use binary comparer functionality to a static function of TComparerService 2 lat temu
  Sven/Sarah Barth 574d07041e * ensure that the ATypeInfo parameter is valid before checking it 2 lat temu
  Sven/Sarah Barth 8592d42afa * test added for #40332 is supposed to fail 2 lat temu
  Sven/Sarah Barth d97d34ee9c * fix #40332: apply patch by Rika to avoid a crash when an overload can't be picked outside of a function (e.g. when using intrinsics inside constants) 2 lat temu
  Michaël Van Canneyt 9cc08940dd * Small fix by Alexey Torgashin. Fixes issue #40335 2 lat temu
  Michaël Van Canneyt c7109674d1 * Small optimization of WriteIdent. fixes issue #40334 2 lat temu
  Michaël Van Canneyt e776368ac8 * Fix compilation. 2 lat temu
  Nikolay Nikolov adf843196a Merge remote-tracking branch 'origin/main' into wasm_js_promise_integration 2 lat temu
  Sven/Sarah Barth f721210638 * fix #40142 and #40324: don't alias the function name to the $result variable for anonymous functions unless an explicit result name is provided 2 lat temu
  Sven/Sarah Barth 34f1a3ee28 * don't insert anonymous functions into a withsymtable 2 lat temu
  Sven/Sarah Barth 251af216ce * fix typo in comment 2 lat temu
  Sven/Sarah Barth 7133ad7ecc * a type helper that inherits from another type helper may extend a unique type helper of the parent's extended type (thus allowing to make the type helper of the original type available for the aliased type) 2 lat temu
  Sven/Sarah Barth 62cc594ca4 * for unique type aliases keep track of the original def 2 lat temu
  Nikolay Nikolov 420766f263 Merge remote-tracking branch 'origin/main' into wasm_js_promise_integration 2 lat temu
  mattias 74e24a3864 fcl-web: TWSFramePayload.ReadData: check for endless loop and wait for new data 2 lat temu
  mattias f047c40bca fcl-net: fixed range check error 2 lat temu
  mattias 977d123b32 fcl-web: less hints 2 lat temu
  mattias dea9aa56a7 fcl-web: added TCustomWebsocketUpgrader.OnConnect 2 lat temu