RE: svn commit: r186502 - head/usr.bin/make

2009-01-05 Thread Hartmut.Brandt
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 >

Re: svn commit: r186502 - head/usr.bin/make

2009-01-05 Thread Luigi Rizzo
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

Re: svn commit: r186502 - head/usr.bin/make

2009-01-05 Thread Dag-Erling Smørgrav
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

svn commit: r186502 - head/usr.bin/make

2008-12-26 Thread Luigi Rizzo
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