summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2023-10-18 15:41:28 +0000
committerIngo Schwarze <schwarze@openbsd.org>2023-10-18 15:41:28 +0000
commit365a305b4dd382bc880129380a8797f544cde0e4 (patch)
tree0acc1a2a018116cdd0152049d38c16e9b94f8661
parenta0ad5ff457e8759acf83e4988139b5f258b582f6 (diff)
downloadmandoc-365a305b4dd382bc880129380a8797f544cde0e4.tar.gz
two new entries
-rw-r--r--TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO b/TODO
index 91e29b12..d54b5ac7 100644
--- a/TODO
+++ b/TODO
@@ -68,6 +68,14 @@ are mere guesses, and some may be wrong.
but watch out for regressions in the high-level parsers
maybe it should not even remove comments? - consider T{\"
+- In the body of conditional requests, escape sequence expansion
+ must not be performed if the condition is false. This implies
+ the first part of a request line must be expanded before
+ request parsing (like it is now), but expansion in the second
+ part must be delayed.
+ to Nab 8 Aug 2023 20:05:32 +0200 Subject: if/ie d condition always true
+ loc ** exist *** algo *** size ** imp *
+
- tag.c, tag_put() should not put ASCII_HYPH into the tag file,
which happens when the tag contains "-" on the input side
weerd@ 28 Sep 2021 12:44:07 +0200
@@ -630,6 +638,10 @@ are mere guesses, and some may be wrong.
with .ps and .nf/.fi produce execessive blank lines, see libJudy
and graphics/dcmtk. The parser reorg may help with this.
+- The man(7) .UR macro produces UTF-8 angle brackets in -Tutf8 output mode
+ with groff, but ASCII <> with mandoc
+ Alejandro Colomar Mon, 7 Aug 2023 17:13:29 +0200 Subject: hostname
+
- trailing whitespace must be ignored even when followed by a font escape,
see for example
makes