aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2012-06-12 12:47:14 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2012-06-12 12:47:14 +0000
commit1b2ff8223b21e7001b7a739aec2a9ba0cba62dc8 (patch)
tree1c154680035a7aedd5d325979c771fa6ead59a7c /TODO
parent684d974f356a1e07a9d8739dcd6cb5ba2c8b67c1 (diff)
downloadmandoc-1b2ff8223b21e7001b7a739aec2a9ba0cba62dc8.tar.gz
mandoc-1b2ff8223b21e7001b7a739aec2a9ba0cba62dc8.tar.zst
mandoc-1b2ff8223b21e7001b7a739aec2a9ba0cba62dc8.zip
Fix an assert() raised by `RS' when following `TP'.
The reason was that `RS' wasn't BSCOPE'd, so the next-line (BLINE) scope opened by `TP' would still be in the HEAD macro. This was from joerg@'s archive of failures.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 1 insertions, 7 deletions
diff --git a/TODO b/TODO
index b08ee5bf..6eed3a61 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.134 2012/06/05 21:29:26 schwarze Exp $
+* $Id: TODO,v 1.135 2012/06/12 12:47:14 kristaps Exp $
************************************************************************
************************************************************************
@@ -319,12 +319,6 @@
in dig(1).
************************************************************************
-* error reporting issues
-************************************************************************
-
-- .TP directly followed by .RS gives an assertion.
-
-************************************************************************
* performance issues
************************************************************************