diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-03-29 09:00:48 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-03-29 09:00:48 +0000 |
commit | 686488bc21fdafe88f866616ed6a260acaf2a88e (patch) | |
tree | 78bde0717bc65708a7b6780033699e4a8135bbf2 /TODO | |
parent | 555fce9928d51a3a7541585846079f8cd6cfdf2d (diff) | |
download | mandoc-686488bc21fdafe88f866616ed6a260acaf2a88e.tar.gz |
Carefully let mandoc_getcontrol() handle libroff's detection of a macro
line. Note that we now properly ignore \.", which earlier would have
been pushed through macro detection. This required attention to all
entries of roff_parse().
This removes a TODO by schwarze@ to the effect that \. can be a control
character, which is now handled in mandoc_getcontrol().
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -16,11 +16,6 @@ .br \} reported by ulrich spoerlein Tue, 19 Oct 2010 20:39:50 +0200 -- \. at the start of the line does *not* prevent interpretation - of the following word as a macro. - Werner LEMBERG on bug-groff@ Tue, 22 Mar 2011 14:21:28 +0100 - http://lists.gnu.org/archive/html/bug-groff/2011-03/msg00011.html - ************************************************************************ * formatter bugs ************************************************************************ |