aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO b/TODO
index 3e836719..3ce25c66 100644
--- a/TODO
+++ b/TODO
@@ -118,3 +118,12 @@ Several areas can be cleaned up to make mandoc even faster. These are
- improve hashing mechanism for macros (quite important: performance)
- improve hashing mechanism for characters (not as important)
+
+************************************************************************
+* structural issues
+************************************************************************
+
+- The regs.h functionality and the roff_getstrn() family should be moved
+ into mandoc.c, which should be accessable by libroff, libmdoc, and
+ libman. Right now there's pollution between these libraries.
+