summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-11-26 21:40:17 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-11-26 21:40:17 +0000
commita7d7f08f9bf1378002063e44fe9ce8a27a886eed (patch)
tree0634189e33baee57f5507e69c97479bb570c25f6 /TODO
parent3270470c52b9d9f79faaba63eabc57ed8bfbb776 (diff)
downloadmandoc-a7d7f08f9bf1378002063e44fe9ce8a27a886eed.tar.gz
Simplify the mparse_open()/mparse_wait() interface.
Don't bother the user with the PID of the child process, store it inside the opaque mparse handle.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index fd26cb50..2146ccc1 100644
--- a/TODO
+++ b/TODO
@@ -564,6 +564,9 @@ Several areas can be cleaned up to make mandoc even faster. These are
* structural issues
************************************************************************
+- Use libz directly instead of forking gunzip(1).
+ Suggested by bapt at FreeBSD among others.
+
- 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.