Date: Sat, 20 Nov 2010 14:30:28 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/sh mksyntax.c Message-ID: <201011201430.oAKEUpot037306@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2010-11-20 14:30:28 UTC FreeBSD src repository Modified files: bin/sh mksyntax.c Log: SVN rev 215568 on 2010-11-20 14:30:28Z by jilles sh: Remove the check that alpha/name/in_name chars are not CTL* bytes. Since is_alpha/is_name/is_in_name were made ASCII-only, this can no longer happen. Additionally, the check was wrong because it did not include the new CTLQUOTEEND. Revision Changes Path 1.34 +3 -3 src/bin/sh/mksyntax.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011201430.oAKEUpot037306>