diff options
Diffstat (limited to 'TODO')
-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. + |