Diff for /rpl/ChangeLog between versions 1.33 and 1.34

version 1.33, 2010/06/24 09:25:14 version 1.34, 2010/07/13 17:37:07
Line 1 Line 1
   * Tue Jul 13 2010 BERTRAND Joël <rpl@systella.fr> 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@systella.fr> rpl-4.0.16 (RPL/2)  * Thu Jun 24 2010 BERTRAND Joël <rpl@systella.fr> rpl-4.0.16 (RPL/2)
 - minor bug is fixed in evaluation() subroutine. With this patch, same program  - minor bug is fixed in evaluation() subroutine. With this patch, same program
 returns same result with or without -p flag;  returns same result with or without -p flag;

Removed from v.1.33  
changed lines
  Added in v.1.34


CVSweb interface <joel.bertrand@systella.fr>