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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"