On Sun, Mar 23, 2014 at 12:17:40AM +, David A. Holland wrote:
> Module Name: src
> Committed By: dholland
> Date: Sun Mar 23 00:17:40 UTC 2014
>
> Modified Files:
> src/games: Makefile.inc
>
> Log Message:
> Add note cautioning against bothering with WARNS=6 until gcc improves
In article <20140323125252.gx20...@snowdrop.l8s.co.uk>,
David Laight wrote:
>
>For instance with:
> for (int i = 0; i < sizeof foo; i++)
>it can't matter that the comparison is unsigned because 'i' can be
>assumed to be non-negative (even if 'sizeof foo' is greater than MAXINT).
But then y
"Matthias Scheler" writes:
> Module Name: src
> Committed By: tron
> Date: Sun Mar 23 19:49:52 UTC 2014
>
> Modified Files:
> src/share/mk: bsd.x11.mk
>
> Log Message:
> Fix generation of pkg-config(1) files. Patch from Ryo ONODERA via
> "current-users" mailing list.
thanks for f