[RPL/2] RPL/2 4.1.10

BERTRAND Joël joel.bertrand at systella.fr
Mon Oct 1 13:09:38 CEST 2012


	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


More information about the RPL2 mailing list