diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-11-26 21:40:17 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-11-26 21:40:17 +0000 |
commit | a7d7f08f9bf1378002063e44fe9ce8a27a886eed (patch) | |
tree | 0634189e33baee57f5507e69c97479bb570c25f6 /TODO | |
parent | 3270470c52b9d9f79faaba63eabc57ed8bfbb776 (diff) | |
download | mandoc-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-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |