Bill Allombert on Thu, 22 Jul 2010 23:59:39 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PATCH] for gequal1 and gequalm1 |
On Thu, Jul 22, 2010 at 11:30:08PM +0200, Jeroen Demeyer wrote: > Hello pari-dev, > > This patch has been sitting for a long time in my pari directory (and > has been used by me for a long time). It "fixes" gequal1 and gequalm1 > in the sense that these functions should become more consistent with gequal. > > I realize this patch might not cover all possible cases, but it surely > goes in the right direction. Well, for the time being I commited it as the branch jeroen-gequal1 in the experimental git repository. (I would suggest to add /* FALL THROUGH */ after case t_POL: in both functions, since case t_SER: does not end with a break or return.) Cheers, Bill.