| Commit message (Expand) | Author | Age | Files | Lines |
* | add support for the MT and ME mailto macros, used for example in wg(8); | Ingo Schwarze | 2017-06-25 | 1 | -0/+5 |
* | if .in is used inside the .TP head, it's always relative | Ingo Schwarze | 2017-06-17 | 1 | -1/+1 |
* | Partial support for the \n[an-margin] number register. | Ingo Schwarze | 2017-06-13 | 1 | -1/+14 |
* | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze | 2017-05-05 | 1 | -3/+1 |
* | move .ll to the roff modules | Ingo Schwarze | 2017-05-05 | 1 | -1/+0 |
* | Move handling of the roff(7) .ft request from the man(7) | Ingo Schwarze | 2017-05-05 | 1 | -2/+1 |
* | Parser reorg: | Ingo Schwarze | 2017-05-04 | 1 | -3/+1 |
* | Continue parser unification: | Ingo Schwarze | 2017-04-24 | 1 | -17/+14 |
* | unify names of AST node flags; no change of cpp output | Ingo Schwarze | 2017-01-10 | 1 | -5/+5 |
* | Delete the redundant "nchild" member of struct roff_node, replacing | Ingo Schwarze | 2016-01-08 | 1 | -1/+1 |
* | move man(7) validation into the dedicated validation phase, too | Ingo Schwarze | 2015-10-22 | 1 | -18/+4 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -2/+2 |
* | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze | 2015-09-26 | 1 | -1/+0 |
* | Fill mode changes don't break next-line scope in all cases, | Ingo Schwarze | 2015-09-04 | 1 | -2/+2 |
* | Get rid of two empty wrapper functions. No functional change. | Ingo Schwarze | 2015-04-23 | 1 | -2/+1 |
* | Unify trickier node handling functions. | Ingo Schwarze | 2015-04-19 | 1 | -4/+3 |
* | Unify some node handling functions that use TOKEN_NONE. | Ingo Schwarze | 2015-04-19 | 1 | -4/+4 |
* | Unify node handling functions: | Ingo Schwarze | 2015-04-19 | 1 | -6/+8 |
* | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze | 2015-04-18 | 1 | -8/+8 |
* | Vastly simplify man(7) block unwinding, similar to mdoc_macro.c 1.171. | Ingo Schwarze | 2015-04-03 | 1 | -118/+33 |
* | It turns out the man(7) parser suffers from unintelligible handling | Ingo Schwarze | 2015-04-03 | 1 | -1/+1 |
* | Second step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -17/+16 |
* | First step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -28/+29 |
* | The .PD macro can occur in next-line scope. Fixes zshmisc(1). | Ingo Schwarze | 2015-03-20 | 1 | -1/+1 |
* | Simplify by almost halving the number of macro flags: | Ingo Schwarze | 2015-03-20 | 1 | -15/+17 |
* | better error reporting regarding .OP .RS .UR .TH arguments | Ingo Schwarze | 2015-02-06 | 1 | -16/+10 |
* | better diagnostics about excess arguments to .PD .ft .sp | Ingo Schwarze | 2015-02-06 | 1 | -0/+7 |
* | better error reporting for .br .fi .nf with arguments | Ingo Schwarze | 2015-02-06 | 1 | -0/+7 |
* | preserve .PP before .RE; effect found in audio/pms(1) | Ingo Schwarze | 2015-01-24 | 1 | -1/+12 |
* | Strangely, ignoring the roff(7) .na request was implemented in the man(7) | Ingo Schwarze | 2015-01-24 | 1 | -1/+0 |
* | Support .RE with an argument; needed for audio/pms(1). | Ingo Schwarze | 2015-01-24 | 1 | -2/+22 |
* | Explicit block closure macros clobber next-line block head scope, | Ingo Schwarze | 2014-12-16 | 1 | -2/+2 |
* | Simplify by making many functions in the man(7) parser void, | Ingo Schwarze | 2014-11-28 | 1 | -86/+53 |
* | Allow the five man(7) font macros to concatenate their line arguments, | Ingo Schwarze | 2014-11-03 | 1 | -7/+10 |
* | When the first child of the node being validated gets deleted during | Ingo Schwarze | 2014-08-18 | 1 | -1/+12 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+2 |
* | Improve handling of next-line scope broken by end of file. | Ingo Schwarze | 2014-07-30 | 1 | -7/+29 |
* | garbage collect three unused global flags; no functional change | Ingo Schwarze | 2014-07-30 | 1 | -7/+0 |
* | delete forgotten, obsolete rew_warn() prototype | Ingo Schwarze | 2014-07-09 | 1 | -2/+0 |
* | Clean up ERROR messages related to document structure and macros: | Ingo Schwarze | 2014-07-07 | 1 | -2/+3 |
* | Simplify man_unscope(), removing 18 lines of code, that is, | Ingo Schwarze | 2014-07-07 | 1 | -45/+21 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -36/+22 |
* | Implement the roff(7) .ll (line length) request. | Ingo Schwarze | 2014-03-30 | 1 | -0/+1 |
* | Simplify: Remove an unused argument from the mandoc_eos() function. | Ingo Schwarze | 2013-12-31 | 1 | -1/+1 |
* | s/[Nn]ull/NUL/ in comments where appropriate; | Ingo Schwarze | 2013-12-25 | 1 | -0/+1 |
* | Implement end-of-sentence spacing at the end of man(7) macro lines. | Ingo Schwarze | 2013-12-22 | 1 | -0/+9 |
* | In the parser, when closing an explicit block that is not open, | Ingo Schwarze | 2013-11-11 | 1 | -4/+6 |
* | Implement the .UR/.UE block (uniform resource identifier) introduced in the | Ingo Schwarze | 2013-10-17 | 1 | -0/+5 |
* | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze | 2012-11-17 | 1 | -60/+60 |
* | Fix an assert() raised by `RS' when following `TP'. | Kristaps Dzonsons | 2012-06-12 | 1 | -1/+1 |