aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-07-03 16:09:03 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-07-03 16:09:03 +0000
commit16f08d35c13d18699a6f6f19b02eec49cb0c90c0 (patch)
tree10c94b9fd252ee72675c26832c6d6d555cefe6be /TODO
parentd88ee3ac2243555d08d940053b987b819361b703 (diff)
downloadmandoc-16f08d35c13d18699a6f6f19b02eec49cb0c90c0.tar.gz
mandoc-16f08d35c13d18699a6f6f19b02eec49cb0c90c0.tar.zst
mandoc-16f08d35c13d18699a6f6f19b02eec49cb0c90c0.zip
Note to myself on what I need to do regarding inter-library functions.
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.
+