Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Apr 1995 02:12:19 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        ache@astral.msk.su, nnd@gw.itfs.nsk.su
Cc:        current@FreeBSD.org
Subject:   Re: PERL4&5 broken in -current and 950322-SNAP!
Message-ID:  <199504061612.CAA26149@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>>	This is very strange but on FreeBSD-1.1.5.1, FreeBSD-2.0-950210-SNAP,
>>SunOS 4.1.3 and ISC 3.0 my test program prints:

>>1
>>0

>>and only on FreeBSD-current I see:

>>1
>>0.

>I think, we still have a bug here.
>Why 1 instead of 1. ?
>And more generic why: I think it should be
>1.0
>0.0
>or return to
>1
>0
>(SunOS and ISC can be treated as some kind of standard behaviour)

Trailing `.'s and zeros aren't printf for %g format.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504061612.CAA26149>