summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/roff.c
AgeCommit message (Expand)Author
2020-08-27Avoid artifacts in the most common case of closing conditional blocksIngo Schwarze
2020-08-03Put the code handling \} into a new function roff_cond_checkend()Ingo Schwarze
2020-04-08Use a separate node->tag attribute rather than abusing the node->stringIngo Schwarze
2020-04-06Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It.Ingo Schwarze
2020-04-03Remove some stray argument names from function prototypes,Ingo Schwarze
2020-02-27Fully support explicit tagging of .Sh and .Ss.Ingo Schwarze
2020-02-27Introduce the concept of nodes that are semantically transparent:Ingo Schwarze
2020-01-19Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a placeIngo Schwarze
2019-12-26Do not fail an assertion when a high level macro occurs in the bodyIngo Schwarze
2019-11-09In the past, generating comment nodes stopped at the .TH or .DdIngo Schwarze
2019-07-01delete trailing whitespace and space-tab sequences; no code change;Ingo Schwarze
2019-04-21When calling an empty macro, do not clobber existing arguments.Ingo Schwarze
2019-04-21Implement the roff .break request (break out of a .while loop).Ingo Schwarze
2019-02-06Let roff_getname() end the roff identifier at a tab characterIngo Schwarze
2019-02-06adjust style and comments in roff_getname(); no functional changeIngo Schwarze
2019-01-05no-fill mode has to be suspended during tbl(7) rendering, tooIngo Schwarze
2019-01-05Some high-level block macros have an effect similar to temporarilyIngo Schwarze
2018-12-31Store the fill mode with a new flag NODE_NOFILL in every node,Ingo Schwarze
2018-12-31Move parsing of the .nf and .fi (fill mode) requests from the man(7)Ingo Schwarze
2018-12-31Cleanup, minus 15 LOC, no functional change:Ingo Schwarze
2018-12-30Cleanup, no functional change:Ingo Schwarze
2018-12-21Rename mandoc_getarg() to roff_getarg() and pass it the roff parserIngo Schwarze
2018-12-20Bugfix:Ingo Schwarze
2018-12-18As a first step towards making roff_res() callable from mandoc_getarg(),Ingo Schwarze
2018-12-15Several improvements to escape sequence handling.Ingo Schwarze
2018-12-14Cleanup, no functional change:Ingo Schwarze
2018-12-14Almost mechanical diff to remove the "struct mparse *" argumentIngo Schwarze
2018-12-13Cleanup, no functional change:Ingo Schwarze
2018-12-13Cleanup, no functional change:Ingo Schwarze
2018-12-13Cleanup, no functional change:Ingo Schwarze
2018-12-13Cleanup, no functional change:Ingo Schwarze
2018-12-12Cleanup, no functional change:Ingo Schwarze
2018-12-04Clean up the validation of .Pp, .PP, .sp, and .br. Make sure allIngo Schwarze
2018-11-26When a conditional block is closed by putting "\}" on a text lineIngo Schwarze
2018-10-25Implement the \f(CW and \f(CR (constant width font) escape sequencesIngo Schwarze
2018-08-25Rudimentary implementation of the roff(7) .char (output glyphIngo Schwarze
2018-08-24Rudimentary implementation of the roff(7) .while request.Ingo Schwarze
2018-08-23Implement the roff(7) .shift and .return requests,Ingo Schwarze
2018-08-21Implement the \\$@ escape sequence (insert all macro arguments,Ingo Schwarze
2018-08-20Expand \n(.$ (the number of macro arguments) right in roff_userdef(),Ingo Schwarze
2018-08-19Mostly complete implementation of the 'c' (character available)Ingo Schwarze
2018-08-18Bugfix: When a line ends with '\ \"', don't strip the trailing spaceIngo Schwarze
2018-08-18support the highly surprising escape sequence \# (line continuationIngo Schwarze
2018-08-18implement the GNU man-ext .SY/.YS (synopsis block) macro in man,Ingo Schwarze
2018-08-16implement the GNU man-ext .TQ macro in man(7),Ingo Schwarze
2018-08-16Implement the \*(.T predefined string (interpolate device name)Ingo Schwarze
2018-08-10Implement the roff(7) .nop (no operation) request.Ingo Schwarze
2018-08-01After rewriting the parse buffer from scratch, we also have to resetIngo Schwarze
2018-04-11preserve comments before .Dd when converting mdoc(7) to man(7)Ingo Schwarze
2018-04-10Two new low-level roff(7) features:Ingo Schwarze