Date: Sun, 08 Aug 2010 14:19:37 -0700 From: Colin Percival <cperciva@freebsd.org> To: Jilles Tjoelker <jilles@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r211084 - head/bin/sh Message-ID: <4C5F1F69.9020108@freebsd.org> In-Reply-To: <201008082104.o78L4Rdw077543@svn.freebsd.org> References: <201008082104.o78L4Rdw077543@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 08/08/10 14:04, Jilles Tjoelker wrote: > Log: > Remove unnecessary duplicate letters in mksyntax.c, > 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. -- Colin Percival Security Officer, FreeBSD | freebsd.org | The power to serve Founder / author, Tarsnap | tarsnap.com | Online backups for the truly paranoid
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C5F1F69.9020108>