| Commit message (Expand) | Author | Age | Files | Lines |
* | Profit from the unified struct roff_man and reduce the number of | Ingo Schwarze | 2015-04-18 | 1 | -0/+1 |
* | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze | 2015-04-18 | 1 | -51/+53 |
* | Third step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -3/+3 |
* | Second step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -34/+33 |
* | First step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -30/+31 |
* | starting a tbl(7) breaks man(7) next-line scope; | Ingo Schwarze | 2015-01-30 | 1 | -58/+65 |
* | Strangely, ignoring the roff(7) .na request was implemented in the man(7) | Ingo Schwarze | 2015-01-24 | 1 | -1/+1 |
* | Fatal errors no longer exist. | Ingo Schwarze | 2015-01-15 | 1 | -2/+1 |
* | mdoc(7) already uses the mandoc(1) -Ios argument in the footer line | Ingo Schwarze | 2014-12-28 | 1 | -1/+3 |
* | Simplify by making the eqn and tbl steering functions void; | Ingo Schwarze | 2014-11-28 | 1 | -4/+2 |
* | Simplify by making many functions in the man(7) parser void, | Ingo Schwarze | 2014-11-28 | 1 | -117/+69 |
* | Escape sequences terminate high-level macro names, and when doing so, | Ingo Schwarze | 2014-11-19 | 1 | -6/+21 |
* | Allow the five man(7) font macros to concatenate their line arguments, | Ingo Schwarze | 2014-11-03 | 1 | -0/+15 |
* | correct the spacing after in-line equations | Ingo Schwarze | 2014-10-20 | 1 | -1/+2 |
* | correct spacing before inline equations | Ingo Schwarze | 2014-10-20 | 1 | -0/+2 |
* | Simplify by handling empty request lines at the one logical place | Ingo Schwarze | 2014-09-06 | 1 | -7/+0 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+0 |
* | Simplify man(7) validation: | Ingo Schwarze | 2014-08-01 | 1 | -3/+4 |
* | mention requests and macros in more messages | Ingo Schwarze | 2014-08-01 | 1 | -2/+2 |
* | garbage collect three unused global flags; no functional change | Ingo Schwarze | 2014-07-30 | 1 | -44/+7 |
* | Simplify: replace one global flag by one local variable. | Ingo Schwarze | 2014-07-30 | 1 | -11/+6 |
* | Clean up ERROR messages related to document structure and macros: | Ingo Schwarze | 2014-07-07 | 1 | -2/+2 |
* | Simplify man_unscope(), removing 18 lines of code, that is, | Ingo Schwarze | 2014-07-07 | 1 | -3/+3 |
* | Clean up messages related to plain text and to escape sequences. | Ingo Schwarze | 2014-07-06 | 1 | -3/+6 |
* | Do not segfault in makewhatis -Q if the next .SH after .SH NAME | Ingo Schwarze | 2014-05-07 | 1 | -3/+6 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -45/+29 |
* | Implement the roff(7) .ll (line length) request. | Ingo Schwarze | 2014-03-30 | 1 | -1/+1 |
* | Skip leading escape sequences in man_deroff(). Helps indexing of | Ingo Schwarze | 2014-03-23 | 1 | -4/+11 |
* | If a man(7) NAME section contains macros, avoid truncated or empty | Ingo Schwarze | 2014-03-23 | 1 | -0/+40 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -0/+1 |
* | Joerg Sonnenberger contributed copyrightable amounts of text to | Ingo Schwarze | 2014-01-06 | 1 | -0/+1 |
* | Add an option -Q (quick) to mandocdb(8) | Ingo Schwarze | 2014-01-05 | 1 | -1/+9 |
* | Simplify: Remove an unused argument from the mandoc_eos() function. | Ingo Schwarze | 2013-12-31 | 1 | -1/+1 |
* | Ignore blank lines right after .SH and .SS. | Ingo Schwarze | 2013-11-10 | 1 | -5/+11 |
* | Implement the .UR/.UE block (uniform resource identifier) introduced in the | Ingo Schwarze | 2013-10-17 | 1 | -1/+2 |
* | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze | 2012-11-17 | 1 | -125/+125 |
* | Translate blank input lines to .sp just like in mdoc(7), | Ingo Schwarze | 2012-07-14 | 1 | -2/+3 |
* | Add `cc' support. | Kristaps Dzonsons | 2012-06-12 | 1 | -1/+1 |
* | Minimal implementation of .EX and .EE for GNU compatibility. | Ingo Schwarze | 2012-06-02 | 1 | -1/+1 |
* | Add support for `OP', one of the extended man macros. This also requires | Kristaps Dzonsons | 2012-01-03 | 1 | -1/+1 |
* | Correctly handle constructs like | Joerg Sonnenberger | 2011-11-16 | 1 | -2/+7 |
* | When the HEAD scope of .TP is broken by another block macro, | Ingo Schwarze | 2011-11-07 | 1 | -1/+28 |
* | If -Tman is specified and input is -man, echo the preprocessed (`so' | Kristaps Dzonsons | 2011-10-06 | 1 | -0/+8 |
* | An implementation of `tr'. This routes allocations of TEXT nodes | Kristaps Dzonsons | 2011-07-28 | 1 | -1/+1 |
* | Simply word allocation in libmdoc and libman. | Kristaps Dzonsons | 2011-07-27 | 1 | -8/+1 |
* | Finish the eqn syntactic parser. This correctly parses terms and does | Kristaps Dzonsons | 2011-07-21 | 1 | -2/+2 |
* | Make `struct roff' be passed into libmdoc and libman upon creation. | Kristaps Dzonsons | 2011-07-18 | 1 | -2/+2 |
* | Make libman use mandoc_getcontrol() for real this time. | Kristaps Dzonsons | 2011-03-29 | 1 | -46/+22 |
* | Add MAN_TAIL, which will be used by `UE' (forthcoming) and needs to be | Kristaps Dzonsons | 2011-03-23 | 1 | -0/+17 |
* | libmdoc.h and libman.h were including mdoc.h and man.h, respectively. | Kristaps Dzonsons | 2011-03-22 | 1 | -0/+1 |