[svn:parrot-pdd] r32579 - trunk/docs/pdds

2008-11-12 Thread coke
Author: coke Date: Wed Nov 12 14:01:31 2008 New Revision: 32579 Modified: trunk/docs/pdds/pdd19_pir.pod Log: remove [DEPRECATED] warning - this is gone now. Modified: trunk/docs/pdds/pdd19_pir.pod == --- trunk/docs/p

Re: [perl #60312] [BUG] OpenBSD Smolder test failures

2008-11-12 Thread Nicholas Clark
On Mon, Nov 10, 2008 at 01:03:47PM -0500, Andy Dougherty wrote: > On Sat, 8 Nov 2008, chromatic wrote: > > +if (fabsl(ld) == 0.0 && Parrot_signbit(ld)) > > +info.flags |= FLAG_MINUS; > > + > (I'm not sure how portable fabsl() is either,