=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.168 retrieving revision 1.170 diff -u -p -r1.168 -r1.170 --- mandoc/TODO 2014/03/30 19:47:48 1.168 +++ mandoc/TODO 2014/04/23 16:37:43 1.170 @@ -1,13 +1,15 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.168 2014/03/30 19:47:48 schwarze Exp $ +* $Id: TODO,v 1.170 2014/04/23 16:37:43 schwarze Exp $ ************************************************************************ ************************************************************************ * crashes ************************************************************************ -None known. +- The abort() in bufcat(), html.c, can be triggered via buffmt_includes() + by running -Thtml -Oincludes on a file containing a long .In argument. + Fixing this will probably require reworking the whole bufcat() concept. ************************************************************************ * missing features @@ -328,3 +330,9 @@ Several areas can be cleaned up to make mandoc even fa Decide which formats should be recognized where. Update both mdoc(7) and man(7) documentation. Triggered by Tim van der Molen Tue, 22 Feb 2011 20:30:45 +0100 + +- Consider creating some views that will make the database more + readable from the sqlite3 shell. Consider using them to + abstract from the database structure, too. + suggested by espie@ Sat, 19 Apr 2014 14:52:57 +0200 +