summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-03-04 11:40:09 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-03-04 11:40:09 +0000
commit389c86cd15ca2e69509e25f04d7e8dd3e1e0ddf4 (patch)
treea7d3225e5ea8b843d5948895831b4d00cee494ca /TODO
parent16fd4a9d9b621d77bac94cc67f13ca1b61ca2d0a (diff)
downloadmandoc-389c86cd15ca2e69509e25f04d7e8dd3e1e0ddf4.tar.gz
Fix the last straggler where the struct roff_node "line" member
was abused to detect an input line break; instead, use the NODE_LINE flag to improve robustness.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 039e6dc4..b0cbc0ee 100644
--- a/TODO
+++ b/TODO
@@ -523,10 +523,6 @@ are mere guesses, and some may be wrong.
Found by Aaron M. Ucko in the GNU Hurd via Bdale Garbee,
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829624
-- We use the input line number at several places to distinguish
- same-line from different-line input. That plainly doesn't work
- with user-defined macros, leading to random breakage.
-
- Is it possible to further simplify ENDBODY_SPACE?
- Find better ways to prevent endless loops