1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
gp2c 0.0.4
-- This version handles PARI 2.2.8 release and above, 2.1 stable release, but
no more the release 2.2.0 to 2.2.6, and mostly the 2.2.7 release.
-- All references to libpari API is made through the description system.
-- When used with PARI 2.2.8 and above, this release fully supports forvec().
-- The documentation has been extended to cover types.
-- This version generates cleaner and more ANSI-C compliant C code.
gp2c 0.0.3
-- This version handles PARI 2.2.7 release and above, 2.1 stable release, but no
more the release 2.2.0 to 2.2.6.
-- When used with PARI 2.2.7 and above, this release has full support
for member function and functions taking a variable number of strings as
arguments, usually text-based I/O functions.
gp2c 0.0.2
-- This version handles automatic concatenation and supports more
functions.
gp2c 0.0.1
-- This version comes with a manual. This is
doc/gp2c.tex LaTeX source
doc/gp2c.dvi DVI format
doc/html/index.html HTML format
-- There is now a script gp2c-run to simplify the use of gp2c.
gp2c 0.0.0
-- Add NEWS file to be computer-friendly with automake.
|