[fpc-devel] thread safe random

2020-11-26 Thread thaddy via fpc-devel
I think that the just committed threadsafe random is overly complex. I provided a working version some time ago that is less intrusive. https://forum.lazarus.freepascal.org/index.php/topic,35050.msg242571.html#msg242571 ___ fpc-devel maillist - fpc-dev

Re: [fpc-devel] Wrong version of db.pas in the fixes_3_2 branch?

2025-04-01 Thread thaddy via fpc-devel
It is enough to change this to cover fixes, 3.2.3, and a future 3.2.4: {$IF FPC_FULLVERSION >= 30203} // change here to 3.2.x fixes {$DEFINE WITH_FTSINGLE} {$DEFINE WITH_FTSHORTINT} {$IFEND} Regards, Thaddy On 2025-04-01 14:50, Michael Roland via fpc-devel wrote: Ok, thanks for explaining. I