=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.174 retrieving revision 1.176 diff -u -p -r1.174 -r1.176 --- mandoc/TODO 2014/07/29 15:20:10 1.174 +++ mandoc/TODO 2014/08/09 14:24:53 1.176 @@ -1,6 +1,6 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.174 2014/07/29 15:20:10 schwarze Exp $ +* $Id: TODO,v 1.176 2014/08/09 14:24:53 schwarze Exp $ ************************************************************************ ************************************************************************ @@ -196,7 +196,8 @@ - is .Bk implemented correctly in modern groff? sobrado@ Tue, 19 Apr 2011 22:12:55 +0200 -- compare output to Heirloom roff and Solaris roff +- compare output to Heirloom roff, Solaris roff, and + http://repo.or.cz/w/neatroff.git http://litcave.rudi.ir/ - look at pages generated from reStructeredText, e.g. devel/mercurial hg(1) These are a weird mixture of man(7) and custom autogenerated low-level @@ -397,6 +398,10 @@ ************************************************************************ * performance issues ************************************************************************ + +- Why are we using MAP_SHARED, not MAP_PRIVATE for mmap(2)? + How does SQLITE_CONFIG_PAGECACHE actually work? Document it! + from kristaps@ Sat, 09 Aug 2014 13:51:36 +0200 Several areas can be cleaned up to make mandoc even faster. These are