From 1319b92b1f8192d5db7ce4e0e07f0b617dc9e1ea Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 18 Jun 2011 16:18:04 +0000 Subject: Fix an assertion failure raised by the following interesting scenario: a auto-opened `It' (i.e., a column list with a free-text first line) with leading spaces in the line triggering assertion when searching for arguments. This led to a fix giving a nice performance speed-ups (a few percent, with some quick trials): the search for flags immediately exits if the macro has no flags, instead of having to first parse the leading word then look it up. I also cleaned up the argv parsing stuff a little bit and added more documentation. This comes from a TODO by joerg@. --- TODO | 3 --- 1 file changed, 3 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 40575f3f..51b8d0ae 100644 --- a/TODO +++ b/TODO @@ -10,9 +10,6 @@ - .TP before .SH is still FATAL in man(7) reported by brad@ Sat, 15 Jan 2011 15:54:54 -0500 -- Assertion failure on src/share/man/man1/man1.atari/edahdi.1 rev 1.9 - in the NetBSD. - ************************************************************************ * formatter bugs ************************************************************************ -- cgit