From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-2.sys.kth.se (smtp-2.sys.kth.se [130.237.32.160]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id p6QEV3gk023351 for ; Tue, 26 Jul 2011 10:31:03 -0400 (EDT) Received: from mailscan-1.sys.kth.se (mailscan-1.sys.kth.se [130.237.32.91]) by smtp-2.sys.kth.se (Postfix) with ESMTP id 8BD0214C12F for ; Tue, 26 Jul 2011 16:30:57 +0200 (CEST) X-Virus-Scanned: by amavisd-new at kth.se Received: from smtp-2.sys.kth.se ([130.237.32.160]) by mailscan-1.sys.kth.se (mailscan-1.sys.kth.se [130.237.32.91]) (amavisd-new, port 10024) with LMTP id MIPEelMsP0Ua for ; Tue, 26 Jul 2011 16:30:56 +0200 (CEST) X-KTH-Auth: kristaps [89.158.117.88] X-KTH-mail-from: kristaps@bsd.lv X-KTH-rcpt-to: source@mdocml.bsd.lv Received: from macky.local (89-158-117-88.rev.dartybox.com [89.158.117.88]) by smtp-2.sys.kth.se (Postfix) with ESMTP id 5719E14C06E for ; Tue, 26 Jul 2011 16:30:55 +0200 (CEST) Message-ID: <4E2ECF9E.3090509@bsd.lv> Date: Tue, 26 Jul 2011 16:30:54 +0200 From: Kristaps Dzonsons User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 To: source@mdocml.bsd.lv Subject: Re: mdocml: Move checking of escapes into roff.c, where we're already References: <201107261409.p6QE91Uq002355@krisdoz.my.domain> In-Reply-To: <201107261409.p6QE91Uq002355@krisdoz.my.domain> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit > Move checking of escapes into roff.c, where we're already stepping > through looking for user-defined escapes. This clears up a nice bit of > validation code. Note this temporarily breaks the switch-back of ASCII_HYPH to a regular hyphen, as I'm moving that logic into roff.c as well (making it unnecessary, rather). -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv