| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix mandoc_normdate() and the way it is used. | Ingo Schwarze | 2019-06-27 | 1 | -14/+12 |
* | Contrary to what the NetBSD attribute(3) manual page suggests, | Ingo Schwarze | 2019-03-13 | 1 | -2/+2 |
* | mark check_abort() and post_abort() as __dead; | Ingo Schwarze | 2019-03-11 | 1 | -2/+2 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-31 | 1 | -2/+1 |
* | Use the new flag NODE_NOFILL in the validators, which is sometimes | Ingo Schwarze | 2018-12-31 | 1 | -3/+19 |
* | Move parsing of the .nf and .fi (fill mode) requests from the man(7) | Ingo Schwarze | 2018-12-31 | 1 | -3/+2 |
* | Cleanup, minus 15 LOC, no functional change: | Ingo Schwarze | 2018-12-31 | 1 | -2/+2 |
* | s/OpenBSD/Id/ in CVS Ids | Ingo Schwarze | 2018-12-16 | 1 | -1/+1 |
* | Almost mechanical diff to remove the "struct mparse *" argument | Ingo Schwarze | 2018-12-14 | 1 | -34/+26 |
* | Major cleanup; may imply minor changes in edge cases of error reporting. | Ingo Schwarze | 2018-12-14 | 1 | -0/+1 |
* | Clean up the validation of .Pp, .PP, .sp, and .br. Make sure all | Ingo Schwarze | 2018-12-04 | 1 | -39/+48 |
* | In the validators, translate obsolete macro aliases (Lp, Ot, LP, P) | Ingo Schwarze | 2018-12-03 | 1 | -4/+31 |
* | implement the GNU man-ext .SY/.YS (synopsis block) macro in man(7), | Ingo Schwarze | 2018-08-18 | 1 | -0/+2 |
* | implement the GNU man-ext .TQ macro in man(7), | Ingo Schwarze | 2018-08-16 | 1 | -0/+1 |
* | Do not calculate a pointer to a memory location before the beginning of | Ingo Schwarze | 2018-08-16 | 1 | -3/+2 |
* | preserve comments before .Dd when converting mdoc(7) to man(7) | Ingo Schwarze | 2018-04-11 | 1 | -3/+3 |
* | Fix a typo that caused a non-constant string | Ingo Schwarze | 2017-07-26 | 1 | -2/+1 |
* | add support for the MT and ME mailto macros, used for example in wg(8); | Ingo Schwarze | 2017-06-25 | 1 | -1/+3 |
* | Split -Wstyle into -Wstyle and the even lower -Wbase, and add | Ingo Schwarze | 2017-06-24 | 1 | -7/+11 |
* | style message about missing RCS ids; inspired by mdoclint | Ingo Schwarze | 2017-06-17 | 1 | -0/+8 |
* | if .in is used inside the .TP head, it's always relative | Ingo Schwarze | 2017-06-17 | 1 | -2/+19 |
* | Style message about legacy man(7) date format in mdoc(7) documents | Ingo Schwarze | 2017-06-11 | 1 | -3/+2 |
* | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze | 2017-05-05 | 1 | -1/+4 |
* | 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 | -44/+2 |
* | Parser reorg: | Ingo Schwarze | 2017-05-04 | 1 | -1/+11 |
* | Continue parser unification: | Ingo Schwarze | 2017-04-24 | 1 | -12/+12 |
* | Delete the redundant "nchild" member of struct roff_node, replacing | Ingo Schwarze | 2016-01-08 | 1 | -10/+10 |
* | move man(7) validation into the dedicated validation phase, too | Ingo Schwarze | 2015-10-22 | 1 | -32/+17 |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze | 2015-10-12 | 1 | -8/+0 |
* | Decouple the token code for "no request or macro" from the individual | Ingo Schwarze | 2015-04-19 | 1 | -1/+1 |
* | Unify node handling functions: | Ingo Schwarze | 2015-04-19 | 1 | -4/+5 |
* | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze | 2015-04-18 | 1 | -2/+2 |
* | Third step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -13/+13 |
* | Second step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -4/+4 |
* | First step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -19/+22 |
* | better error reporting regarding .OP .RS .UR .TH arguments | Ingo Schwarze | 2015-02-06 | 1 | -21/+22 |
* | better diagnostics about excess arguments to .PD .ft .sp | Ingo Schwarze | 2015-02-06 | 1 | -10/+1 |
* | better error reporting for .br .fi .nf with arguments | Ingo Schwarze | 2015-02-06 | 1 | -10/+2 |
* | Delete the legacy generic warning type MANDOCERR_ARGCWARN, | Ingo Schwarze | 2015-02-06 | 1 | -3/+3 |
* | Strangely, ignoring the roff(7) .na request was implemented in the man(7) | Ingo Schwarze | 2015-01-24 | 1 | -1/+0 |
* | mdoc(7) already uses the mandoc(1) -Ios argument in the footer line | Ingo Schwarze | 2014-12-28 | 1 | -0/+2 |
* | Simplify by making many functions in the man(7) parser void, | Ingo Schwarze | 2014-11-28 | 1 | -65/+50 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+0 |
* | Bring the handling of defective prologues even closer to groff, | Ingo Schwarze | 2014-08-06 | 1 | -8/+11 |
* | Simplify man(7) validation: | Ingo Schwarze | 2014-08-01 | 1 | -120/+69 |
* | demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg() | Ingo Schwarze | 2014-08-01 | 1 | -2/+4 |
* | mention requests and macros in more messages | Ingo Schwarze | 2014-08-01 | 1 | -5/+9 |
* | Improve handling of next-line scope broken by end of file. | Ingo Schwarze | 2014-07-30 | 1 | -21/+3 |
* | Clean up ERROR messages related to document structure and macros: | Ingo Schwarze | 2014-07-07 | 1 | -4/+3 |