Bill Allombert on Fri, 14 Jan 2005 14:06:33 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
GP2C-0.0.3pl4 released |
Hello PARI-dev, I have just released GP2C 0.0.3pl4, the GP to C compiler You can get it here: <http://pari.math.u-bordeaux.fr/pub/pari/GP2C/gp2c-0.0.3pl4.tar.gz> The changes in this release: 1) Fix for bug #128: forvec loops had incorrect gargabe collecting codes. 2) The documentation has been extended: see 'Advanced use of gp2c' <http://pari.math.u-bordeaux.fr/~bill/GP2C/node8.html> 3) There is a new description _gerepileupto which control what gerepileupto-like functions should be used. 4) gp2c now support the option '-o file' to specify the output file instead of stdout. Finally, there is a bug in PARI/GP 2.1.8 and 2.1.9: the file <src/functions/symbolic_operators/eq> has an incorrect syntax. This may cause gp2c to fail to compile some use of the == operator. Please replace it by the one here: <http://pari.math.u-bordeaux.fr/cgi-bin/viewcvs.cgi/*checkout*/pari/src/functions/symbolic_operators/eq?rev=1.4> Cheers, Bill.