| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Modernize documentation by inserting blanks between option letters | Ingo Schwarze | 2015-03-27 | 1 | -56/+53 |
* | improve NAME section diagnostics; | Ingo Schwarze | 2015-02-23 | 1 | -8/+18 |
* | clean up post_dt() validation function; | Ingo Schwarze | 2015-02-16 | 1 | -0/+3 |
* | Delete the -V option. It serves no purpose but keeps confusing people. | Ingo Schwarze | 2015-02-16 | 1 | -3/+1 |
* | some tweaks to the DIAGNOSTICS section | Ingo Schwarze | 2015-02-07 | 1 | -12/+9 |
* | replace the last legacy generic message type, "argument count wrong", | Ingo Schwarze | 2015-02-06 | 1 | -6/+15 |
* | better error reporting regarding .OP .RS .UR .TH arguments | Ingo Schwarze | 2015-02-06 | 1 | -17/+40 |
* | better diagnostics about excess arguments to .PD .ft .sp | Ingo Schwarze | 2015-02-06 | 1 | -0/+4 |
* | better error reporting for .br .fi .nf with arguments | Ingo Schwarze | 2015-02-06 | 1 | -1/+4 |
* | Delete the legacy generic warning type MANDOCERR_ARGCWARN, | Ingo Schwarze | 2015-02-06 | 1 | -8/+13 |
* | better handle .Fo and .Fd without argument | Ingo Schwarze | 2015-02-06 | 1 | -0/+8 |
* | Discard excess head arguments for .Bd .Bl .Bk and delete hwarn_eq0(). | Ingo Schwarze | 2015-02-04 | 1 | -7/+10 |
* | improve diagnostics regarding arguments of .An .Pp .Lp .br .sp | Ingo Schwarze | 2015-02-04 | 1 | -1/+13 |
* | discard .Rs head arguments and improve .Rs diagnostics | Ingo Schwarze | 2015-02-04 | 1 | -0/+9 |
* | more specific .Nd diagnostics, allowing to get rid of enum check_lvl | Ingo Schwarze | 2015-02-04 | 1 | -0/+6 |
* | Radical cleanup of COMPATIBILITY sections: | Ingo Schwarze | 2015-01-29 | 1 | -107/+8 |
* | Clean up eqn(7) error handling: | Ingo Schwarze | 2015-01-28 | 1 | -7/+0 |
* | * Polish tbl(7) error reporting. | Ingo Schwarze | 2015-01-28 | 1 | -12/+37 |
* | Rework tbl(7) layout parsing: | Ingo Schwarze | 2015-01-26 | 1 | -2/+40 |
* | More improvements regarding tbl(7) options. | Ingo Schwarze | 2015-01-26 | 1 | -0/+4 |
* | Improve (or rather, rewrite) tbl(7) option parsing. | Ingo Schwarze | 2015-01-26 | 1 | -8/+37 |
* | Support .RE with an argument; needed for audio/pms(1). | Ingo Schwarze | 2015-01-24 | 1 | -2/+15 |
* | typo fixes from jmc@ | Ingo Schwarze | 2015-01-20 | 1 | -1/+1 |
* | Split the -Werror message level into -Werror (broken manual, probably | Ingo Schwarze | 2015-01-20 | 1 | -22/+60 |
* | Fatal errors no longer exist. | Ingo Schwarze | 2015-01-15 | 1 | -51/+39 |
* | To get rid of SYSERR entries in enum mandocerr, downgrade problems with | Ingo Schwarze | 2015-01-14 | 1 | -7/+11 |
* | mdoc(7) already uses the mandoc(1) -Ios argument in the footer line | Ingo Schwarze | 2014-12-28 | 1 | -0/+3 |
* | Ignore mdoc(7) and man(7) macros inside tbl(7) code because they | Ingo Schwarze | 2014-12-16 | 1 | -0/+1 |
* | Switch the default output mode from -Tascii to -Tlocale. | Ingo Schwarze | 2014-12-02 | 1 | -5/+7 |
* | Multiple fixes with respect to .Pf: | Ingo Schwarze | 2014-11-30 | 1 | -0/+8 |
* | warn about attempts to call non-callable macros; | Ingo Schwarze | 2014-11-30 | 1 | -0/+7 |
* | Drop useless architecture table. Validating architecture names | Ingo Schwarze | 2014-11-28 | 1 | -6/+0 |
* | Downgrade .Bd -file from FATAL to ERROR. | Ingo Schwarze | 2014-11-27 | 1 | -11/+11 |
* | "Aq foo" is not the same as "<foo>". Don't use it to mark up HTML; | Ingo Schwarze | 2014-11-25 | 1 | -10/+2 |
* | Let -h imply -c (that is, not use the pager). | Ingo Schwarze | 2014-11-11 | 1 | -1/+1 |
* | fix a macro error in previous; from jmc@ | Ingo Schwarze | 2014-10-30 | 1 | -1/+1 |
* | Report arguments to .EQ as an error, and simplify the code: | Ingo Schwarze | 2014-10-25 | 1 | -0/+2 |
* | integrate preconv(1) into mandoc(1); | Ingo Schwarze | 2014-10-25 | 1 | -0/+26 |
* | Improve error handling in the eqn(7) parser. | Ingo Schwarze | 2014-10-12 | 1 | -9/+26 |
* | warn about parentheses in function names after .Fn and .Fo; | Ingo Schwarze | 2014-10-11 | 1 | -0/+8 |
* | Re-write of eqn(7) parser and MathML output. | Kristaps Dzonsons | 2014-10-10 | 1 | -1/+5 |
* | If a tbl(7) layout contains unknown font modifiers, fall back to the | Ingo Schwarze | 2014-10-07 | 1 | -2/+7 |
* | Don't pretend we have a separate XHTML and HTML mode any more. | Kristaps Dzonsons | 2014-09-27 | 1 | -16/+7 |
* | warn about commas in function arguments; inspired by mdoclint(1) | Ingo Schwarze | 2014-09-12 | 1 | -0/+7 |
* | document new SEE ALSO .Xr warnings | Ingo Schwarze | 2014-09-12 | 1 | -0/+16 |
* | warn about AUTHORS sections without .An macros, inspired by mdoclint(1) | Ingo Schwarze | 2014-09-07 | 1 | -0/+6 |
* | Implement the traditional -h option for man(1): show the SYNOPSIS only. | Ingo Schwarze | 2014-09-03 | 1 | -1/+5 |
* | Introduce a man(1) -l option as an alias for mandoc -a. | Ingo Schwarze | 2014-08-30 | 1 | -2/+38 |
* | implement MANPAGER and PAGER | Ingo Schwarze | 2014-08-22 | 1 | -0/+15 |
* | mandoc -a, man, apropos -a, whatis -a now paginate by default | Ingo Schwarze | 2014-08-22 | 1 | -1/+16 |