reeBSD.org; svn-src-h...@freebsd.org
> Subject: Re: svn commit: r186502 - head/usr.bin/make
>
> On Mon, Jan 05, 2009 at 02:46:24PM +0100, Dag-Erling Sm??rgrav wrote:
> > Luigi Rizzo writes:
> > > Log:
> > > Clarify the behaviour of conditionals when dealing with
>
On Mon, Jan 05, 2009 at 02:46:24PM +0100, Dag-Erling Sm??rgrav wrote:
> Luigi Rizzo writes:
> > Log:
> > Clarify the behaviour of conditionals when dealing with comparisons.
> > In particular, point out that string comparison can only use != and ==
> > (how weird, given that the underlying c
Luigi Rizzo writes:
> Log:
> Clarify the behaviour of conditionals when dealing with comparisons.
> In particular, point out that string comparison can only use != and ==
> (how weird, given that the underlying call to strcmp returns more
> information), that floating point values are corr
Author: luigi
Date: Fri Dec 26 22:31:45 2008
New Revision: 186502
URL: http://svn.freebsd.org/changeset/base/186502
Log:
Clarify the behaviour of conditionals when dealing with comparisons.
In particular, point out that string comparison can only use != and ==
(how weird, given that the unde