[fpc-pascal] How to contribute a Unit

2024-02-03 Thread Amir--- via fpc-pascal
Hi,   In www.freepascal.org, I see there is a "Contributed Units" tab. What are the criteria for a unit to be qualified to be placed there. How can one build a community account? Best, Amir P.S. Here is the unit I want to contribute.__

Re: [fpc-pascal] Crash with cthreads and snapshot ppca64 on macos 14.2.1

2024-02-03 Thread Adriaan van Os via fpc-pascal
I get a "Threading has been used before cthreads was initialized." crash for a simple program program test; uses cthreads; begin writeln( 'Hello') end. on macos 14.2.1 with a fpc 3.3.1-14334-g5205ce30f4 snapshot, but the crash only occurs with mode -Mmacpas (which I assumes implicitely us