Bill Allombert on Sat, 17 Jun 2006 18:35:42 +0200


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

GP2C 0.0.5 released


Hello PARI-dev,

I have just released GP2C 0.0.5, the GP to C compiler.

It is available at <http://pari.math.u-bordeaux.fr/download.html#gp2c>.

This release no more support PARI/GP 2.1 and 2.2 (at least officially).

The behaviour of gp2c-run has changed in this release: 

Instead of creating the files "gp2c_gprc" and "gp2c_start.gp" in the
current directory, it create a file <file.gp>.run that contains the
command to load the compiled script (where <file.gp> is the name of your
script). This is cleaner and allow you to load the compiled script
inside other GP session as well by simply doing \r file.gp.run
You can also include it in another script and gp2c will be able to
compile the result properly.

Here the rest of the changelog:

 * 'make install' now install gp2c-dbg if gp2c-dbg support was configured.
 * Add gp2c-dbg.1 man page.
 * Add ./gp2c-dbg wrapper script.
 * 'make install' now install the documentation.
 * Fix crash on some platforms caused by missing case in gendeblock.
 * Fix usage of getopt on platforms where char is unsigned.

Cheers,

Bill.