=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -r1.22 -r1.23 --- mandoc/TODO 2010/07/03 00:48:09 1.22 +++ mandoc/TODO 2010/07/03 16:09:03 1.23 @@ -118,3 +118,12 @@ Several areas can be cleaned up to make mandoc even fa - 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. +