| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Close a preceding implicit block before opening an explicit block. | Ingo Schwarze | 2012-06-03 | 1 | -16/+28 |
* | Minimal implementation of .EX and .EE for GNU compatibility. | Ingo Schwarze | 2012-06-02 | 1 | -0/+2 |
* | Add support for `OP', one of the extended man macros. This also requires | Kristaps Dzonsons | 2012-01-03 | 1 | -0/+1 |
* | Jumping out of man_unscope() for the root node is a bad idea | Ingo Schwarze | 2011-12-04 | 1 | -2/+0 |
* | Fix condition. Not enough tea. | Joerg Sonnenberger | 2011-11-18 | 1 | -1/+1 |
* | Slightly adjust last: return successful as some times the correct error | Joerg Sonnenberger | 2011-11-18 | 1 | -1/+1 |
* | Convert an assert into an explicit check. man_unscope can be triggered | Joerg Sonnenberger | 2011-11-18 | 1 | -1/+2 |
* | When the HEAD scope of .TP is broken by another block macro, | Ingo Schwarze | 2011-11-07 | 1 | -11/+11 |
* | forgotten Copyright bumps; no code change | Ingo Schwarze | 2011-09-18 | 1 | -1/+1 |
* | Fix a bug in the -man parser where deleting nodes (such as `PP' or `LP' | Kristaps Dzonsons | 2011-07-07 | 1 | -6/+6 |
* | Allow RS/RE blocks to nest. This requires first the syntax tree to | Kristaps Dzonsons | 2011-06-18 | 1 | -5/+0 |
* | Clean up parsing of delimiters in -mdoc. First, remove the "dowarn" | Kristaps Dzonsons | 2011-04-19 | 1 | -1/+1 |
* | Get mdoc_argv.c ready to use [some of] mandoc_getarg() by giving said | Kristaps Dzonsons | 2011-04-17 | 1 | -1/+1 |
* | Merge man_args() into man_macro.c, the only place where it's called, and | Kristaps Dzonsons | 2011-03-23 | 1 | -3/+20 |