--- rpl/ChangeLog 2010/06/24 09:25:14 1.33 +++ rpl/ChangeLog 2010/07/13 17:37:07 1.34 @@ -1,3 +1,16 @@ +* Tue Jul 13 2010 BERTRAND Joël rpl-4.0.17 (RPL/2) +- BACKTRACE intrinsic is added; +- major bug is fixed in SELECT/DEFAULT/END conditional structure. Only occurs +when this structure is included in IFERR/THEN/END structure and when an error is +caught; +- major bug is fixed in analyse() subroutine. When evaluation() returned error +in a compiled program, analyse() caught this error twice and randomly aborted +with a segmentation error; +- TRIM and TOKENIZE replace both '\n' and '\t' by regular spaces; +- ATEXIT subroutine begins with an implicit CSTOP to avoid multiple stop +signals; +- memory leak is fixed in ROW+. It only occurs when a row is added to an empty +matrix. * Thu Jun 24 2010 BERTRAND Joël rpl-4.0.16 (RPL/2) - minor bug is fixed in evaluation() subroutine. With this patch, same program returns same result with or without -p flag;