Date: Sun, 08 Aug 2010 14:36:24 -0700 From: Doug Barton <dougb@FreeBSD.org> To: Colin Percival <cperciva@freebsd.org> Cc: Jilles Tjoelker <jilles@freebsd.org>, svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r211084 - head/bin/sh Message-ID: <4C5F2358.1060902@FreeBSD.org> In-Reply-To: <4C5F1F69.9020108@freebsd.org> References: <201008082104.o78L4Rdw077543@svn.freebsd.org> <4C5F1F69.9020108@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 08/08/2010 14:19, Colin Percival wrote: > On 08/08/10 14:04, Jilles Tjoelker wrote: >> Log: >> Remove unnecessary duplicate letters in mksyntax.c, Boo! >> the table elements would just be overwritten twice. >> - add("abcdefghijklmnopqrstucvwxyz", "ISLOWER"); >> - add("ABCDEFGHIJKLMNOPQRSTUCVWXYZ", "ISUPPER"); >> + add("abcdefghijklmnopqrstuvwxyz", "ISLOWER"); >> + add("ABCDEFGHIJKLMNOPQRSTUVWXYZ", "ISUPPER"); > > Ok, I have to wonder: Why was there ever the extra 'C' between 'U' and 'V'? > It seems that it has been there ever since 4.4-Lite, but I don't have access > to historical sources beyond that point. I think y'all are forgetting where the B in BSD comes from. Doug -- Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ Computers are useless. They can only give you answers. -- Pablo Picasso
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C5F2358.1060902>