summaryrefslogtreecommitdiffstats
path: root/roff.c
Commit message (Expand)AuthorAgeFilesLines
...
* Almost mechanical diff to remove the "struct mparse *" argumentIngo Schwarze2018-12-141-91/+76
* Cleanup, no functional change:Ingo Schwarze2018-12-131-0/+1
* Cleanup, no functional change:Ingo Schwarze2018-12-131-2/+1
* Cleanup, no functional change:Ingo Schwarze2018-12-131-5/+3
* Cleanup, no functional change:Ingo Schwarze2018-12-131-21/+13
* Cleanup, no functional change:Ingo Schwarze2018-12-121-1/+2
* Clean up the validation of .Pp, .PP, .sp, and .br. Make sure allIngo Schwarze2018-12-041-0/+8
* When a conditional block is closed by putting "\}" on a text lineIngo Schwarze2018-11-261-6/+28
* Implement the \f(CW and \f(CR (constant width font) escape sequencesIngo Schwarze2018-10-251-0/+1
* Rudimentary implementation of the roff(7) .char (output glyphIngo Schwarze2018-08-251-1/+72
* Rudimentary implementation of the roff(7) .while request.Ingo Schwarze2018-08-241-124/+145
* Implement the roff(7) .shift and .return requests,Ingo Schwarze2018-08-231-170/+196
* Implement the \\$@ escape sequence (insert all macro arguments,Ingo Schwarze2018-08-211-4/+18
* Expand \n(.$ (the number of macro arguments) right in roff_userdef(),Ingo Schwarze2018-08-201-7/+34
* Mostly complete implementation of the 'c' (character available)Ingo Schwarze2018-08-191-4/+43
* Bugfix: When a line ends with '\ \"', don't strip the trailing spaceIngo Schwarze2018-08-181-1/+2
* support the highly surprising escape sequence \# (line continuationIngo Schwarze2018-08-181-1/+8
* implement the GNU man-ext .SY/.YS (synopsis block) macro in man(7),Ingo Schwarze2018-08-181-1/+2
* implement the GNU man-ext .TQ macro in man(7),Ingo Schwarze2018-08-161-0/+1
* Implement the \*(.T predefined string (interpolate device name)Ingo Schwarze2018-08-161-0/+13
* Implement the roff(7) .nop (no operation) request.Ingo Schwarze2018-08-101-1/+11
* After rewriting the parse buffer from scratch, we also have to resetIngo Schwarze2018-08-011-0/+3
* preserve comments before .Dd when converting mdoc(7) to man(7)Ingo Schwarze2018-04-111-6/+29
* Two new low-level roff(7) features:Ingo Schwarze2018-04-101-14/+43
* When accessing an undefined number register, define it to be zero, likeIngo Schwarze2018-04-091-23/+19
* Using an undefined string or macro will cause it to be defined as empty.Ingo Schwarze2018-04-091-42/+81
* The .Dd and .TH macros must interrupt .ce, too;Ingo Schwarze2017-07-141-1/+2
* Explicitly initialize a variable where the compiler is (understandably)Ingo Schwarze2017-07-141-5/+6
* eqn(7) .EQ has to break man(7) next-line scope, or tree corruptionIngo Schwarze2017-07-131-0/+2
* Simplify by creating struct roff_node syntax tree nodes for tbl(7)Ingo Schwarze2017-07-081-36/+36
* fix an assertion failure triggered by .ce in next-line scope;Ingo Schwarze2017-07-081-1/+2
* 1. Eliminate struct eqn, instead use the existing membersIngo Schwarze2017-07-081-47/+37
* Fix handling of \} on roff request lines.Ingo Schwarze2017-07-041-15/+21
* add support for the MT and ME mailto macros, used for example in wg(8);Ingo Schwarze2017-06-251-1/+1
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-241-5/+5
* Implement appending to standard man(7) and mdoc(7) macros with .am.Ingo Schwarze2017-06-181-135/+185
* style message about duplicate RCS ids; inspired by mdoclintIngo Schwarze2017-06-171-1/+5
* style message about missing RCS ids; inspired by mdoclintIngo Schwarze2017-06-171-0/+18
* Naive implementation of the roff(7) .po (page offset) request.Ingo Schwarze2017-06-141-4/+4
* simple implementation of the roff(7) .als (macro alias) request,Ingo Schwarze2017-06-141-4/+35
* implement the roff(7) d (macro or string defined) conditionalIngo Schwarze2017-06-141-5/+11
* implement roff(7) .rj (right justify) requestIngo Schwarze2017-06-141-8/+8
* Explicitly ignore .br, .ce, and .sp inside tbl(7) text blocks.Ingo Schwarze2017-06-131-2/+3
* Properly reinitialize roffce_node between parses,Ingo Schwarze2017-06-081-0/+4
* Implement the roff(7) .rn (rename macro or string) request.Ingo Schwarze2017-06-071-5/+97
* Minimal implementation of the roff(7) .ce request (center a numberIngo Schwarze2017-06-061-9/+60
* Implement the roff(7) .mc (right margin character) request.Ingo Schwarze2017-06-041-4/+4
* Pure preprocessor implementation of the roff(7) .ec and .eo requestsIngo Schwarze2017-06-041-13/+99
* Line-breaking roff(7) requests also break man(7) next-line scope.Ingo Schwarze2017-05-081-1/+7
* Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze2017-05-081-3/+3