=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.114 retrieving revision 1.118 diff -u -p -r1.114 -r1.118 --- mandoc/TODO 2011/06/29 15:38:09 1.114 +++ mandoc/TODO 2011/07/07 06:34:13 1.118 @@ -1,12 +1,17 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.114 2011/06/29 15:38:09 kristaps Exp $ +* $Id: TODO,v 1.118 2011/07/07 06:34:13 kristaps Exp $ ************************************************************************ ************************************************************************ * parser bugs ************************************************************************ +- ".\}" on its own line gets translated to bare ".\&" + which forces pset() into man(7) + and then triggers an unknown macro error + reported by naddy@ Sun, 3 Jul 2011 21:52:24 +0200 + - .TP before .SH is still FATAL in man(7) reported by brad@ Sat, 15 Jan 2011 15:54:54 -0500 @@ -25,6 +30,10 @@ --- missing roff features ---------------------------------------------- +- .if n \{ + .br\} + should cause an extra space to be raised. + - .ad (adjust margins) .ad l -- adjust left margin only (flush left) .ad r -- adjust right margin only (flush right) @@ -328,6 +337,9 @@ Several areas can be cleaned up to make mandoc even fa - improve hashing mechanism for characters (not as important) - the PDF file is HUGE: this can be reduced by using relative offsets + +- instead of re-initialising the roff predefined-strings set before each + parse, create a read-only version the first time and copy it ************************************************************************ * structural issues