--- rpl/ChangeLog 2010/03/09 10:18:41 1.14 +++ rpl/ChangeLog 2010/04/07 07:16:10 1.16 @@ -1,8 +1,18 @@ * Tue Mar 09 2010 BERTRAND Joël rpl-4.0.13 (RPL/2) +- sqlite is upgraded to 3.6.23.1; +- openssl is upgraded to 1.0.0; +- major bug is fixed in RETURN intrinsic. It only occurs in evaluation +subroutine; +- table variable can now be sorted by SORT; +- some regressions between libtool 1.x and 2.x are fixed by workarouds in +Makefiles; +- -a command line option analyzes program (structure and syntax) and +sends preprocessor output to standard output. This option is used by +rplc (RPL/2 compiler). * Tue Mar 09 2010 BERTRAND Joël rpl-4.0.12 (RPL/2) - in formatted file, string format returned a variable length string even if format was 'CHARACTER*(n)' (n characters string). Now, 'CHARACTER*(*)' returns -a variable length string and 'CHARACTER*(n') a fixed length string; +a variable length string and 'CHARACTER*(n)' a fixed length string; - keyed access files support is added. Currently, only formatted files are supported; - direct access files support is added. Currenlty, these files can only be used