diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-03 16:09:03 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-03 16:09:03 +0000 |
commit | 29ed81cf1831caa0ccaa535d5e55104ef232d423 (patch) | |
tree | efa61427fda2a10a7ee1fe27553ca3b97b63b5b9 | |
parent | bb8eca89831f88bbc271b59fb94e94b2db26ee1e (diff) | |
download | mandoc-29ed81cf1831caa0ccaa535d5e55104ef232d423.tar.gz |
Note to myself on what I need to do regarding inter-library functions.
-rw-r--r-- | TODO | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. + |