--- rpl/ChangeLog 2020/05/21 08:38:46 1.311 +++ rpl/ChangeLog 2021/03/11 22:03:47 1.315 @@ -1,4 +1,19 @@ -* Thu Oct 31 2019 BERTRAND Joël rpl-4.1.32 (RPL/2) +* Thu Mar 11 2021 BERTRAND Joël rpl-4.1.32 (RPL/2) +- major bug is fixed in EXIT intrinsic (when EXIT is followed by DO or +WHILE); +- SYSEVAL is fixed. Now, it is possible to write : + "awk 'BEGIN { I=0; } // { I=I+1; } " + "{ if (I>0) print; } /<\\/comp>/ { I=I-1; }' " + FICHIER + + syseval + +instead of + "sh -c \"awk 'BEGIN { I=0; } // { I=I+1; } " + "{ if (I>0) print; } /<\\/comp>/ { I=I-1; }' " + FICHIER + + syseval + +- src/rpl.h is modified as gcc 10.2 triggers an error on UNIX_MAX_PATH; +- RPLCAS runs now in radian or degre like RPL/2 itself; +- Lapack is upgraded to 3.9.0; - tools and rplcas are upgraded; - RAW option is added in STTY parameters; - speeds until 1Mbaud are added to serial line;