--- rpl/ChangeLog 2020/11/04 14:16:50 1.314 +++ rpl/ChangeLog 2021/03/13 12:50:36 1.316 @@ -1,4 +1,7 @@ -* Thu Oct 31 2019 BERTRAND Joël rpl-4.1.32 (RPL/2) +* Thu Mar 11 2021 BERTRAND Joël rpl-4.1.33 (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 + @@ -10,7 +13,7 @@ instead of 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; +- RPLCAS runs now in radian or degree like RPL/2 itself; - Lapack is upgraded to 3.9.0; - tools and rplcas are upgraded; - RAW option is added in STTY parameters;