From joel.bertrand at systella.fr Mon Oct 1 13:09:38 2012 From: joel.bertrand at systella.fr (=?ISO-8859-1?Q?BERTRAND_Jo=EBl?=) Date: Mon, 01 Oct 2012 13:09:38 +0200 Subject: [RPL/2] RPL/2 4.1.10 Message-ID: <506979F2.8090102@systella.fr> Hello, RPL/2 4.1.10 is available. Modifications since 4.1.9 : - FORALL intrinsic is added { ... } FORALL I ... NEXT or <[ ... ]> FORALL I ... NEXT - major bug (deadlock) is fixed in CYCLE. Only occurs when CYCLE is called to interrupt a loop from a subroutine within a compiled programm; - workaround to avoid strange bug on slow network is written in READ intrinsic; - CRITICAL/END structure is added. When program enters in a critical section, all other threads of the same process sleep until program leaves critical section CRITICAL ... ... END Regards, JKB From joel.bertrand at systella.fr Tue Oct 23 12:13:01 2012 From: joel.bertrand at systella.fr (=?ISO-8859-1?Q?BERTRAND_Jo=EBl?=) Date: Tue, 23 Oct 2012 12:13:01 +0200 Subject: [RPL/2] RPL/2 4.1.11.prerelease.0 Message-ID: <50866DAD.6050808@systella.fr> Hello, I have fixed several bugs in signal management (race conditions and some others that randomly occur). All users should upgrade to 4.1.11.prerelease.0. This revision is only a prerelease as I'm working on shared variables and CVS tree couldn't compile. Regards, JKB