Karim Belabas on Wed, 26 Nov 1997 20:26:57 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
patch7 |
This should address one of the bugs reported by Clemens Heuberger (msg 22 on pari-dev): the SEGV at the end. Since Ilya did not number its patch, I'll go on with my previous numerotation (the Official one in Gerhard's terminology...). Cheers, Karim. ============================ patch 7 (2.0.alpha) ======================== A one-character patch. This bug only affected the function "string" in compatibility mode (supposedly only on Linux systems). I knew these function names were stupid (there's a nice rect_string hanging around as well...). As they aren't documented either, they are going to disapear soon. *** src/gp/gp_init.c.orig Fri Nov 14 04:53:36 1997 --- src/gp/gp_init.c Wed Nov 26 20:12:08 1997 *************** *** 199,205 **** {"setprecision",15,(void *)setprecr,2,"Ll"}, {"setserieslength",15,(void *)setserieslength,2,"Ll"}, {"settype",21,(void *)gsettype,2,"GL"}, ! {"string",57,(void*)rectstring,10,"vLs"}, {"system",70,(void*) system0,11,"vs"}, {"texprint",0,(void*)print0,11,"vs*D3,L,"}, {"type",1,(void *)gtype,2,"Gp"}, --- 199,205 ---- {"setprecision",15,(void *)setprecr,2,"Ll"}, {"setserieslength",15,(void *)setserieslength,2,"Ll"}, {"settype",21,(void *)gsettype,2,"GL"}, ! {"string",57,(void*)rectcstring,10,"vLs"}, {"system",70,(void*) system0,11,"vs"}, {"texprint",0,(void*)print0,11,"vs*D3,L,"}, {"type",1,(void *)gtype,2,"Gp"}, -- Karim Belabas e-mail: Max-Planck-Institut fuer Mathematik karim@mpim-bonn.mpg.de Gottfried-Claren-Str. 26 tel: 53225 Bonn (Germany) (00 49 228) 402-245