summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/roff.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When calling an empty macro, do not clobber existing arguments.schwarze2019-04-211-2/+7
* Implement the roff .break request (break out of a .while loop).schwarze2019-04-211-9/+46
* Let roff_getname() end the roff identifier at a tab characterschwarze2019-02-061-8/+19
* adjust style and comments in roff_getname(); no functional changeschwarze2019-02-061-12/+15
* no-fill mode has to be suspended during tbl(7) rendering, tooschwarze2019-01-051-1/+3
* Some high-level block macros have an effect similar to temporarilyschwarze2019-01-051-3/+3
* Store the fill mode with a new flag NODE_NOFILL in every node,schwarze2018-12-311-1/+5
* Move parsing of the .nf and .fi (fill mode) requests from the man(7)schwarze2018-12-311-21/+29
* Cleanup, minus 15 LOC, no functional change:schwarze2018-12-311-6/+13
* Cleanup, no functional change:schwarze2018-12-301-17/+14
* Rename mandoc_getarg() to roff_getarg() and pass it the roff parserschwarze2018-12-211-21/+54
* Bugfix:schwarze2018-12-201-2/+2
* As a first step towards making roff_res() callable from mandoc_getarg(),schwarze2018-12-181-1/+98
* Several improvements to escape sequence handling.schwarze2018-12-151-15/+34
* Cleanup, no functional change:schwarze2018-12-141-10/+6
* Almost mechanical diff to remove the "struct mparse *" argumentschwarze2018-12-141-92/+77
* Cleanup, no functional change:schwarze2018-12-131-1/+2
* Cleanup, no functional change:schwarze2018-12-131-3/+2
* Cleanup, no functional change:schwarze2018-12-131-6/+4
* Cleanup, no functional change:schwarze2018-12-131-22/+14
* Cleanup, no functional change:schwarze2018-12-121-2/+3
* Clean up the validation of .Pp, .PP, .sp, and .br. Make sure allschwarze2018-12-041-1/+9
* When a conditional block is closed by putting "\}" on a text lineschwarze2018-11-261-7/+29
* Implement the \f(CW and \f(CR (constant width font) escape sequencesschwarze2018-10-251-1/+2
* Rudimentary implementation of the roff(7) .char (output glyphschwarze2018-08-251-2/+73
* Rudimentary implementation of the roff(7) .while request.schwarze2018-08-241-125/+146
* Implement the roff(7) .shift and .return requests,schwarze2018-08-231-171/+197
* Implement the \\$@ escape sequence (insert all macro arguments,schwarze2018-08-211-5/+19
* Expand \n(.$ (the number of macro arguments) right in roff_userdef(),schwarze2018-08-201-8/+35
* Mostly complete implementation of the 'c' (character available)schwarze2018-08-191-5/+44
* Bugfix: When a line ends with '\ \"', don't strip the trailing spaceschwarze2018-08-181-2/+3
* support the highly surprising escape sequence \# (line continuationschwarze2018-08-181-2/+9
* implement the GNU man-ext .SY/.YS (synopsis block) macro in man,schwarze2018-08-181-2/+3
* implement the GNU man-ext .TQ macro in man(7),schwarze2018-08-161-1/+2
* Implement the \*(.T predefined string (interpolate device name)schwarze2018-08-161-1/+14
* Implement the roff(7) .nop (no operation) request.schwarze2018-08-101-2/+12
* After rewriting the parse buffer from scratch, we also have to resetschwarze2018-08-011-1/+4
* preserve comments before .Dd when converting mdoc(7) to man(7)schwarze2018-04-111-7/+30
* Two new low-level roff(7) features:schwarze2018-04-101-15/+44
* When accessing an undefined number register, define it to be zero, likeschwarze2018-04-091-24/+20
* Using an undefined string or macro will cause it to be defined as empty.schwarze2018-04-091-43/+82
* The .Dd and .TH macros must interrupt .ce, too;schwarze2017-07-141-2/+3
* Explicitly initialize a variable where the compiler is (understandably)schwarze2017-07-141-6/+7
* eqn(7) .EQ has to break man(7) next-line scope, or tree corruptionschwarze2017-07-131-1/+3
* Simplify by creating struct roff_node syntax tree nodes for tbl(7)schwarze2017-07-081-37/+37
* fix an assertion failure triggered by .ce in next-line scope;schwarze2017-07-081-2/+3
* 1. Eliminate struct eqn, instead use the existing membersschwarze2017-07-081-48/+38
* Fix handling of \} on roff request lines.schwarze2017-07-041-16/+22
* Add support for the MT and ME mailto macros, used for example in wg(8).bentley2017-06-251-2/+2
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addschwarze2017-06-241-6/+6