Diff for /rpl/ChangeLog between versions 1.14 and 1.15

version 1.14, 2010/03/09 10:18:41 version 1.15, 2010/03/17 14:14:35
Line 1 Line 1
 * Tue Mar 09 2010 BERTRAND Joël <rpl@systella.fr> rpl-4.0.13 (RPL/2)  * Tue Mar 09 2010 BERTRAND Joël <rpl@systella.fr> rpl-4.0.13 (RPL/2)
   - -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@systella.fr> rpl-4.0.12 (RPL/2)  * Tue Mar 09 2010 BERTRAND Joël <rpl@systella.fr> rpl-4.0.12 (RPL/2)
 - in formatted file, string format returned a variable length string even if  - in formatted file, string format returned a variable length string even if
 format was 'CHARACTER*(n)' (n characters string). Now, 'CHARACTER*(*)' returns  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  - keyed access files support is added. Currently, only formatted files are
 supported;  supported;
 - direct access files support is added. Currenlty, these files can only be used  - direct access files support is added. Currenlty, these files can only be used

Removed from v.1.14  
changed lines
  Added in v.1.15


CVSweb interface <joel.bertrand@systella.fr>