aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-08-19 17:46:14 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-08-19 17:46:14 +0000
commitef62f27d014f39ece5e16500f0a58cdf13c32030 (patch)
tree2533306af4fe8d2dba7ad5265900817bd690cda4 /TODO
parent6773fbde9b5bf91ad32caf6aefb8902ba59181fa (diff)
downloadmandoc-ef62f27d014f39ece5e16500f0a58cdf13c32030.tar.gz
mandoc-ef62f27d014f39ece5e16500f0a58cdf13c32030.tar.zst
mandoc-ef62f27d014f39ece5e16500f0a58cdf13c32030.zip
Mostly complete implementation of the 'c' (character available)
roff conditional, except that the .char request still isn't supported and that behaviour differs from groff in many edge cases. But at least valid character names and numbers are now distinguished from invalid ones. This also fixes the bug that parsing of the 'c' conditional was incomplete, which resulted in leaking the tested character to the input parser at the beginning of the body when the condition was inverted.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 1 insertions, 7 deletions
diff --git a/TODO b/TODO
index 121be434..9543c806 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.266 2018/08/18 02:08:27 schwarze Exp $
+* $Id: TODO,v 1.267 2018/08/19 17:46:14 schwarze Exp $
************************************************************************
Many issues are annotated for difficulty as follows:
@@ -181,9 +181,6 @@ are mere guesses, and some may be wrong.
pali dot rohar at gmail dot com 16 Jul 2018 13:03:35 +0200
loc * exist *** algo *** size ** imp *
-- support .ds requests inside tbl(7) code,
- see tbl(1) for an example
-
- support mdoc(7) and man(7) macros inside tbl(7) code;
probably requires the parser reorg and letting tbl(7)
use roff_node such that macro sets can mix;
@@ -320,9 +317,6 @@ are mere guesses, and some may be wrong.
* formatting issues: ugly output
************************************************************************
-- .UR can nest inside .TP,
- see roff(7) for examples
-
- revisit empty in-line macros
look at the difference between "Em x Em ." and "Sq x Em ."
Carsten Kunze Fri, 12 Dec 2014 00:15:41 +0100