summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2010-10-19 21:40:27 +0000
committerIngo Schwarze <schwarze@openbsd.org>2010-10-19 21:40:27 +0000
commitf0ecc9da9111ec5d3a2ac40144e1a65bcfdc8956 (patch)
treedc233defa70e8911ec11e3dd9176f7eff81b50e6 /TODO
parentb4a0d37b6fbc441b03390fb8bdd53dce58c24f0b (diff)
downloadmandoc-f0ecc9da9111ec5d3a2ac40144e1a65bcfdc8956.tar.gz
two new TODOs based on submissions by Ulrich Spoerlein
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO b/TODO
index a347d21e..1b44b326 100644
--- a/TODO
+++ b/TODO
@@ -4,9 +4,22 @@
************************************************************************
************************************************************************
+* parser bugs
+************************************************************************
+
+- the roff parser doesn't tolerate additional characters between
+ a macro and the \} terminating a conditional block, e.g.
+ .if n \{
+ .br \}
+ reported by ulrich spoerlein Tue, 19 Oct 2010 20:39:50 +0200
+
+************************************************************************
* missing features
************************************************************************
+- deal with nested displays, e.g. D1 inside Bd
+ schwarze has an old patch somewhere and would need to brush it up
+
- explicit blocks with missing end macro should be implicitely closed
at the end of the enclosing block, e.g. .Bl It (El) Sh
reminded by stsp@ in net/pptp pptp.8 Fri, 23 Apr 2010 20:32:39 +0200