svn commit: r211084 - head/bin/sh

Doug Barton dougb at FreeBSD.org
Sun Aug 8 21:36:26 UTC 2010


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



More information about the svn-src-head mailing list