Bill Allombert on Fri, 14 Feb 2003 15:10:07 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

GP2C 0.0.2pl5 released


Hello PARI developers,

I just released GP2C 0.0.2pl5, the GP to C translator.

You can download it at
<ftp://megrez.math.u-bordeaux.fr/pub/pari/GP2C/gp2c-0.0.2pl5.tar.gz>

GP2C is a compiler for GP-scripts that output C code to be linked with libpari
or instal'ed in GP.

It can be used to compile and run a GP script, to learn how to use the PARI
library, or to check a script for mistakes (with -W).

This version is mainly to fix incompatibility with the new PARI 2.2.5 alpha release,
and fix problems reported by Henri Cohen.

This version should run out of the box with both stable releases and alpha releases,
no patch are needed.

Here the Changelog:

  * Add error message for wrong use of operators. 
  * Add very basic support for lists, via the 'list' type.
  * Fix config/modules_build to support PARI 2.2.5 interface.
  * 'install' arguments were not treated as raw input correctly.
  * gp2c is now more clever at guessing types in genblock.
  * Update the manual.
  * Make clean now clean test directory.
  * fix segfault on sparc introduced in 0.0.2pl4 in findfunctionerr.

Cheers,
Bill.