summaryrefslogtreecommitdiffstats
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
commit29ed81cf1831caa0ccaa535d5e55104ef232d423 (patch)
treeefa61427fda2a10a7ee1fe27553ca3b97b63b5b9 /TODO
parentbb8eca89831f88bbc271b59fb94e94b2db26ee1e (diff)
downloadmandoc-29ed81cf1831caa0ccaa535d5e55104ef232d423.tar.gz
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.
+