On Sun, Feb 17, 2013 at 08:58:41PM +0200, Alan Barrett wrote:
> On Thu, 14 Feb 2013, Christos Zoulas wrote:
> >Modified Files:
> >src/usr.bin/vis: vis.c
> >
> >More fixes from J.R. Oldroyd:
>
> >- In the call to strvisx() the count must be 1, not mbilen
> > which can be 2 or 3 etc for
I've updated the commit message for src/games/phantasia/Makefile r1.36 and
src/games/adventure/Makefile r1.14 to clarify the issue:
Workaround a toolchain issue by renaming the 'setup' host tool to 'mkdata'
to make UAC happy when building with Cygwin. As described here --
http://msdn.microsof
On Sun, Feb 17, 2013 at 09:39:18AM -0500, Jared McNeill wrote:
> permissions. Christos fixed this in bsd.hostprog.mk but the two culprits
> in src/games don't use that mechanism (and should probably be fixed to do
> so).
I understand - but the point is: a cvs log refering to an unqualified acron
On Thu, 14 Feb 2013, Christos Zoulas wrote:
Modified Files:
src/usr.bin/vis: vis.c
More fixes from J.R. Oldroyd:
- In the call to strvisx() the count must be 1, not mbilen
which can be 2 or 3 etc for a multibyte character. This
value is a count of characters - not bytes - to proces
On Sun, 17 Feb 2013, Martin Husemann wrote:
For those happy to never been exposed to this acronym: he is talking about
the Windows User Annoyance Coolaid which campaigns with it's brother VUS
(Keep virtualy all Users Stupid) to make expert users (defined as those
users that grok the concept of a
On Sat, Feb 16, 2013 at 05:00:21PM +, Jared D. McNeill wrote:
> Module Name: src
> Committed By: jmcneill
> Date: Sat Feb 16 17:00:21 UTC 2013
>
> Modified Files:
> src/games/phantasia: Makefile
>
> Log Message:
> Rename 'setup' host tool to 'mkdata' to make UAC happen when bui