Diff for /rpl/ChangeLog between versions 1.2 and 1.12

version 1.2, 2010/01/29 16:51:46 version 1.12, 2010/03/06 18:29:04
Line 1 Line 1
 * Tue Jan 26 2010 BERTRAND Joël <rpl@systella.fr> rpl-4.0.10 (RPL/2)  * Thu Mar 03 2010 BERTRAND Joël <rpl@systella.fr> rpl-4.0.12 (RPL/2)
   - all formatted files are now converted into UTF-8;
   - all file and unix socket names created by RPL/2 are now UTF8 compliant;
   - RPL/2 tools (rpliconv, rplfile, rplpp and rplconvert) are now checked before
   each execution (md5 and sha1 sums) to enhance security. If one of these tools
   have been modified between RPL/2 compilation and current execution, RPL/2 aborts
   on a non recoverable system error;
   - openssl and sqlite3 libraries are added;
   - RPL_HOME env variable is added. When RPL/2 is called from librpl, this
   variable indicates RPL/2 root directory. If it is not set, root path
   is given by configure script (d_exec_path);
   * Thu Mar 03 2010 BERTRAND Joël <rpl@systella.fr> rpl-4.0.11 (RPL/2)
   - configure.in and makefile.am's are modified to add Cygwin support. Interix
   support is broken;
   - memory leak is fixed in recherche_type();
   - TeX files are now written in UTF-8 even default locale differs;
   - minor bug is fixed in ->STR (escaped characters);
   - minor bug is fixed in ->Q intrinsic. Resultat is returned as integer
   fraction intead real one;
   - SIGN now returns (0,0) instead (nan,nan) when complex argument is null;
   - Makefile.am are modified to authorize parallel builds;
   - minor bug is fixed in CR intrinsic. CR sends a carriage return to printer
   and writes warning to standard output;
   * Wed Feb 10 2010 BERTRAND Joël <rpl@systella.fr> rpl-4.0.10 (RPL/2)
   - escape codes are now converted in formateur(), not in recherche_type() to
   avoid a minor bug in EDIT and VISIT intrinsics;
   - minor bug is fixed in formateur_reel();
   - file-5.03 is patched to avoid bus error on systems that require memory
   alignment;
 - minor bug is fixed in evaluation(). Error returned by RPL/C external functions  - minor bug is fixed in evaluation(). Error returned by RPL/C external functions
 were able to be avoided by evaluation routine.  were able to be avoided by evaluation routine.
 * Tue Jan 26 2010 BERTRAND Joël <rpl@systella.fr> rpl-4.0.9 (RPL/2)  * Tue Jan 26 2010 BERTRAND Joël <rpl@systella.fr> rpl-4.0.9 (RPL/2)

Removed from v.1.2  
changed lines
  Added in v.1.12


CVSweb interface <joel.bertrand@systella.fr>