Re: [fpc-devel] Currency * Double

2021-10-24 Thread LacaK via fpc-devel
Hi , what data type is result of multiplication of: (Currency * Double) on Win64 (and on Win32)?   c:=1115;   d:=1;   writeln(Round(c*d)); // gives -72967440737 32 bit version gives always 1115 as a result (and floating point math should always have extended precis

Re: [fpc-devel] Preparing 3.2.4, call for merge request and regressions

2021-10-24 Thread Marco van de Voort via fpc-devel
Op 24-10-2021 om 17:52 schreef Florian Klämpfl via fpc-devel: This week I've been working on getting the merge logs etc working again. Things are showing info again, but sorting is broken (since you can't simply sort the revs anymore). When you have a hash, you can translate it in a "relati

Re: [fpc-devel] Preparing 3.2.4, call for merge request and regressions

2021-10-24 Thread Florian Klämpfl via fpc-devel
Am 24.10.21 um 16:52 schrieb Marco van de Voort via fpc-devel: Op 24-10-2021 om 14:09 schreef Florian Klämpfl via fpc-devel: Am 10.10.2021 um 15:55 schrieb Florian Klämpfl via fpc-devel : Reminder :) So far I have only the second avr merge list from Christo open. Anything else? Next remi

Re: [fpc-devel] Preparing 3.2.4, call for merge request and regressions

2021-10-24 Thread Marco van de Voort via fpc-devel
Op 24-10-2021 om 14:09 schreef Florian Klämpfl via fpc-devel: Am 10.10.2021 um 15:55 schrieb Florian Klämpfl via fpc-devel : Reminder :) So far I have only the second avr merge list from Christo open. Anything else? Next reminder, meanwhile, I merged the avr stuff. This week I've been wo

Re: [fpc-devel] Preparing 3.2.4, call for merge request and regressions

2021-10-24 Thread Florian Klämpfl via fpc-devel
> Am 10.10.2021 um 15:55 schrieb Florian Klämpfl via fpc-devel > : > > Reminder :) > > So far I have only the second avr merge list from Christo open. Anything else? Next reminder, meanwhile, I merged the avr stuff. ___ fpc-devel maillist - fpc-d

Re: [fpc-devel] FPC xtensa-freertos configuration for different esp-idf versions

2021-10-24 Thread Florian Klämpfl via fpc-devel
> Am 24.10.2021 um 09:14 schrieb Christo Crause via fpc-devel > : > > Recently I updated my esp-idf version to 4.3 and ran into issues with > different linker scripts and library requirements. The design of this SDK is > still changing even between minor version updates. It seems restrictiv

[fpc-devel] FPC xtensa-freertos configuration for different esp-idf versions

2021-10-24 Thread Christo Crause via fpc-devel
Recently I updated my esp-idf version to 4.3 and ran into issues with different linker scripts and library requirements. The design of this SDK is still changing even between minor version updates. It seems restrictive to fix the SDK version supported by the compiler when new minor SDK versions a