aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-11-09 17:09:15 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-11-09 17:09:15 +0000
commit64d3122adb91a8e7247185a28b7b0fe69f46e609 (patch)
treefa83b32f1bc5460227e80b2104ca50ba37fd1a79 /TODO
parent156b76737c1c71b31afaca9b589a8636adca8d05 (diff)
downloadmandoc-64d3122adb91a8e7247185a28b7b0fe69f46e609.tar.gz
mandoc-64d3122adb91a8e7247185a28b7b0fe69f46e609.tar.zst
mandoc-64d3122adb91a8e7247185a28b7b0fe69f46e609.zip
.ce .if .B crash reported by espie@, and one other bug
Diffstat (limited to 'TODO')
-rw-r--r--TODO15
1 files changed, 14 insertions, 1 deletions
diff --git a/TODO b/TODO
index 049e6a4f..8510071d 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.295 2019/06/11 16:04:36 schwarze Exp $
+* $Id: TODO,v 1.296 2019/11/09 17:09:15 schwarze Exp $
************************************************************************
Many issues are annotated for difficulty as follows:
@@ -33,6 +33,14 @@ Obviously, as the issues have not been solved yet, these annotations
are mere guesses, and some may be wrong.
************************************************************************
+* crashes
+************************************************************************
+
+- .ce .if n .B two crashes because "return (*roffs[t].sub)" bypasses
+ the "high level macros abort .ce" safeguard in roff_parseln()
+ reported by espie@ in textproc/fstrcmp
+
+************************************************************************
* missing features
************************************************************************
@@ -386,6 +394,11 @@ are mere guesses, and some may be wrong.
https://github.com/Debian/debiman/issues/15
loc * exist * algo ** size ** imp **
+- space characters can end up in href= attributes, for example coming
+ from the first .Xr argument (where they make no sense, but still);
+ does this affect other characters, other source macros...?
+ Jackson Pauls 29 Aug 2017 16:56:27 +0100
+
- The tables used to render the three-part page headers actually force
the width of the <body> to the max-width given for <html>.
Not yet sure how to fix that...