From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-1.sys.kth.se (smtp-1.sys.kth.se [130.237.32.175]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id oB1GfLVB013808 for ; Wed, 1 Dec 2010 11:41:22 -0500 (EST) Received: from mailscan-1.sys.kth.se (mailscan-1.sys.kth.se [130.237.32.91]) by smtp-1.sys.kth.se (Postfix) with ESMTP id 285C21551FC for ; Wed, 1 Dec 2010 17:41:16 +0100 (CET) X-Virus-Scanned: by amavisd-new at kth.se Received: from smtp-1.sys.kth.se ([130.237.32.175]) by mailscan-1.sys.kth.se (mailscan-1.sys.kth.se [130.237.32.91]) (amavisd-new, port 10024) with LMTP id MGTzwID-BFMk for ; Wed, 1 Dec 2010 17:41:14 +0100 (CET) X-KTH-Auth: kristaps [193.10.49.5] X-KTH-mail-from: kristaps@bsd.lv X-KTH-rcpt-to: tech@mdocml.bsd.lv Received: from [172.16.18.84] (unknown [193.10.49.5]) by smtp-1.sys.kth.se (Postfix) with ESMTP id D534E157A12 for ; Wed, 1 Dec 2010 17:41:14 +0100 (CET) Message-ID: <4CF67AAA.6070300@bsd.lv> Date: Wed, 01 Dec 2010 17:41:14 +0100 From: Kristaps Dzonsons User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101030 Icedove/3.0.10 X-Mailinglist: mdocml-tech Reply-To: tech@mdocml.bsd.lv MIME-Version: 1.0 To: tech@mdocml.bsd.lv Subject: Re: exit_status persistence. References: <4CF678F0.6020304@bsd.lv> In-Reply-To: <4CF678F0.6020304@bsd.lv> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit > Ingo, I flushed out some peculiar behaviour in the new main.c. > > If a FATAL parse error occurs (e.g., rxdebug.1) when multiple files are > passed on the command-line, subsequent files are parsed but not > outputted. This occurs due to main.c:484. I don't want to monkey with > exit_status---can you verify that exit_status may somehow be saved or > reset between parses so that passing multiple files doesn't cause > truncated output? Note that except for the mandoc error-enum reordering (will do so later) and importing new error enums from `so' handling, main.c is fully up-to-date, so don't worry about clobbering any current changes on it... -- To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv