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

2021-10-25 Thread LacaK via fpc-devel
The base output  is starting to work somewhat. http://www.stack.nl/~marcov/mergelogs32/restset.html Marco, can I see what commits were already merged ? (and what not - iow what is candidate for merging) L. ___ fpc-devel maillist -

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

2021-10-25 Thread Marco van de Voort via fpc-devel
Op 24-10-2021 om 18:13 schreef Marco van de Voort via fpc-devel: When you have a hash, you can translate it in a "relative" revision number by: git describe | sed -nr 's/.*-(.*)-.*/\1/p' It is basically the number of commits after the last annotation tag (3.3.1 in case of main). I have

Re: [fpc-devel] Currency * Double

2021-10-25 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