Bill Allombert on Wed, 03 Feb 2010 17:12:26 +0100


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

Re: PARI stable release 2.3.5 (for real now)


On Wed, Feb 03, 2010 at 05:38:26AM -0800, Ilya Zakharevich wrote:
> On Fri, Jan 29, 2010 at 11:09:50PM +0100, Bill Allombert wrote:
> > Please test!
> 
> a) ./configure is broken under OS/2.  The attached fix changes
> 	        if test  -s $exe -a -x $exe ; then
>    to
> 		if test -s $exe ; then
> 		  if test -x $exe -o "$osname" = os2 ; then
>    plus correction of whitespace (and `fi').
> 
> b) os2.c was producing warnings about string signedness (fixed).

Hello Ilya,

I applied your patches to both the stable and development version.
Thanks for your checks.

Cheers,
Bill.