From owner-svn-src-all@FreeBSD.ORG Sun Aug 8 21:36:26 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6B771065677 for ; Sun, 8 Aug 2010 21:36:26 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 315318FC17 for ; Sun, 8 Aug 2010 21:36:25 +0000 (UTC) Received: (qmail 1283 invoked by uid 399); 8 Aug 2010 21:36:25 -0000 Received: from localhost (HELO lap.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 8 Aug 2010 21:36:25 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4C5F2358.1060902@FreeBSD.org> Date: Sun, 08 Aug 2010 14:36:24 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.8) Gecko/20100807 Thunderbird/3.1.2 MIME-Version: 1.0 To: Colin Percival References: <201008082104.o78L4Rdw077543@svn.freebsd.org> <4C5F1F69.9020108@freebsd.org> In-Reply-To: <4C5F1F69.9020108@freebsd.org> X-Enigmail-Version: 1.1.2 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Jilles Tjoelker , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r211084 - head/bin/sh X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2010 21:36:26 -0000 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