=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.210 retrieving revision 1.212 diff -u -p -r1.210 -r1.212 --- mandoc/TODO 2015/06/26 16:56:18 1.210 +++ mandoc/TODO 2015/07/18 03:43:51 1.212 @@ -1,6 +1,6 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.210 2015/06/26 16:56:18 schwarze Exp $ +* $Id: TODO,v 1.212 2015/07/18 03:43:51 schwarze Exp $ ************************************************************************ Many issues are annotated for difficulty as follows: @@ -511,12 +511,23 @@ are mere guesses, and some may be wrong. set up config tests to use [[:<:]], \<, or nothing Svyatoslav Mishyn Wed, 17 Dec 2014 11:07:10 +0200 reminded by Peter Bray Fri, 03 Apr 2015 23:02:16 +1100 + loc * exist * algo * size * imp * +- systems having UTF-8 but not en_US.UTF-8 + call locale(1) from ./configure, select a UTF-8-locale, + and use that for test-wchar.c and term_ascii.c + to Markus Waldeck Sat, 18 Jul 2015 01:55:37 +0200 + loc * exist * algo * size * imp * + ************************************************************************ * warning issues ************************************************************************ - Report errors in -O suboption parsing. + loc * exist * algo * size * imp ** + +- warn when .Sh or .Ss contain other macros + Steffen Nurpmeso, savannah.gnu.org/bugs/index.php?45034 loc * exist * algo * size * imp ** - check that MANDOCERR_BADTAB is thrown in the right cases,