aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff.c
Commit message (Expand)AuthorAgeFilesLines
* Purge duplicate error reporting from the .tr request parser:Ingo Schwarze2022-06-071-12/+3
* During identifier parsing, handle undefined escape sequencesIngo Schwarze2022-06-031-11/+49
* Avoid the layering violation of re-parsing for \E in roff_expand().Ingo Schwarze2022-06-021-12/+3
* Rudimentary implementation of the \A escape sequence, following groffIngo Schwarze2022-05-311-1/+6
* Trivial patch to put the roff(7) \g (interpolate format of register)Ingo Schwarze2022-05-311-1/+3
* Dummy implementation of the roff(7) \V (interpolate environment variable)Ingo Schwarze2022-05-301-4/+9
* Make roff_expand() parse left-to-right rather than right-to-left.Ingo Schwarze2022-05-191-257/+182
* Split a new function roff_parse_comment() out of roff_expand() because thisIngo Schwarze2022-05-011-97/+107
* Provide a new function roff_req_or_macro() to parse and handle a requestIngo Schwarze2022-04-301-36/+35
* Refactor the handler function roff_block_sub() for clarity and simplicity.Ingo Schwarze2022-04-301-17/+10
* The syntax of the roff(7) .mc request is quite specialIngo Schwarze2022-04-281-2/+51
* When we open a new .while loop, let's not attempt to close outIngo Schwarze2022-04-241-3/+5
* If a .shift request has a negative argument, do not use a negative arrayIngo Schwarze2022-04-241-3/+8
* Surprisingly, groff supports multiple copy mode escapes at theIngo Schwarze2022-04-131-3/+3
* store the operating system name obtained from uname(3) in the adequateIngo Schwarze2021-10-041-2/+3
* Do not leak 64 bytes of heap memory every time a manual page callsIngo Schwarze2021-10-041-3/+1
* Support two-character font names (BI, CW, CR, CB, CI)Ingo Schwarze2021-08-101-2/+4
* add a style message about overlong text lines,Ingo Schwarze2021-06-271-2/+10
* Avoid artifacts in the most common case of closing conditional blocksIngo Schwarze2020-08-271-2/+4
* Put the code handling \} into a new function roff_cond_checkend()Ingo Schwarze2020-08-031-59/+64
* Use a separate node->tag attribute rather than abusing the node->stringIngo Schwarze2020-04-081-1/+2
* Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It.Ingo Schwarze2020-04-061-2/+8
* Remove some stray argument names from function prototypes,Ingo Schwarze2020-04-031-3/+5
* Fully support explicit tagging of .Sh and .Ss.Ingo Schwarze2020-02-271-2/+2
* Introduce the concept of nodes that are semantically transparent:Ingo Schwarze2020-02-271-1/+54
* Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a placeIngo Schwarze2020-01-191-3/+3
* Do not fail an assertion when a high level macro occurs in the bodyIngo Schwarze2019-12-261-2/+14
* In the past, generating comment nodes stopped at the .TH or .DdIngo Schwarze2019-11-091-4/+8
* delete trailing whitespace and space-tab sequences; no code change;Ingo Schwarze2019-07-011-3/+3
* When calling an empty macro, do not clobber existing arguments.Ingo Schwarze2019-04-211-2/+7
* Implement the roff .break request (break out of a .while loop).Ingo Schwarze2019-04-211-9/+46
* Let roff_getname() end the roff identifier at a tab characterIngo Schwarze2019-02-061-8/+19
* adjust style and comments in roff_getname(); no functional changeIngo Schwarze2019-02-061-12/+15
* no-fill mode has to be suspended during tbl(7) rendering, tooIngo Schwarze2019-01-051-1/+3
* Some high-level block macros have an effect similar to temporarilyIngo Schwarze2019-01-051-3/+3
* Store the fill mode with a new flag NODE_NOFILL in every node,Ingo Schwarze2018-12-311-1/+5
* Move parsing of the .nf and .fi (fill mode) requests from the man(7)Ingo Schwarze2018-12-311-21/+29
* Cleanup, minus 15 LOC, no functional change:Ingo Schwarze2018-12-311-6/+13
* Cleanup, no functional change:Ingo Schwarze2018-12-301-17/+14
* Rename mandoc_getarg() to roff_getarg() and pass it the roff parserIngo Schwarze2018-12-211-21/+54
* Bugfix:Ingo Schwarze2018-12-201-2/+2
* As a first step towards making roff_res() callable from mandoc_getarg(),Ingo Schwarze2018-12-181-1/+98
* Several improvements to escape sequence handling.Ingo Schwarze2018-12-151-15/+34
* Cleanup, no functional change:Ingo Schwarze2018-12-141-10/+6
* Almost mechanical diff to remove the "struct mparse *" argumentIngo Schwarze2018-12-141-92/+77
* Cleanup, no functional change:Ingo Schwarze2018-12-131-1/+2
* Cleanup, no functional change:Ingo Schwarze2018-12-131-3/+2
* Cleanup, no functional change:Ingo Schwarze2018-12-131-6/+4
* Cleanup, no functional change:Ingo Schwarze2018-12-131-22/+14
* Cleanup, no functional change:Ingo Schwarze2018-12-121-2/+3