summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/mandoc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Yet another round of improvements to manual font selection.schwarze2018-12-151-1/+2
* Several improvements to escape sequence handling.schwarze2018-12-151-1/+5
* Almost mechanical diff to remove the "struct mparse *" argumentschwarze2018-12-141-5/+3
* Major cleanup; may imply minor changes in edge cases of error reporting.schwarze2018-12-141-4/+12
* Cleanup, no functional change:schwarze2018-12-131-33/+4
* Cleanup, no functional change:schwarze2018-12-131-69/+1
* Cleanup, no functional change:schwarze2018-12-121-107/+2
* In tbl(7) -T html output,schwarze2018-11-251-2/+3
* Implement the \f(CW and \f(CR (constant width font) escape sequencesschwarze2018-10-251-1/+2
* Rudimentary implementation of the roff(7) .char (output glyphschwarze2018-08-251-1/+3
* Rudimentary implementation of the roff(7) .while request.schwarze2018-08-241-1/+5
* The upcoming .while request will have to re-execute roff(7) linesschwarze2018-08-231-3/+2
* Implement the roff(7) .shift and .return requests,schwarze2018-08-231-1/+5
* Implement the \*(.T predefined string (interpolate device name)schwarze2018-08-161-1/+2
* Issue a STYLE message when normalizing the date format in .Dd/.TH.schwarze2018-07-281-2/+3
* Style message about bad input encoding of em-dashes as -- instead of \(em.schwarze2018-03-161-1/+2
* Be less assertive when warning about a possible typo.jca2017-11-101-2/+2
* 1. Eliminate struct eqn, instead use the existing membersschwarze2017-07-081-12/+1
* garbage collect unused enum member EQN_ROOTschwarze2017-07-071-2/+1
* Now that we have the -Wstyle message level, downgrade six warningsschwarze2017-07-061-9/+9
* The EQN_LISTONE box type is pointless.schwarze2017-07-051-2/+1
* report trailing delimiters after macros where they are usually a mistake;schwarze2017-07-031-3/+3
* warn about time machines; suggested by Thomas Klausner <wiz @ NetBSD>schwarze2017-07-031-1/+2
* add warning "cross reference to self"; inspired by mdoclintschwarze2017-07-021-1/+2
* Basic reporting of .Xrs to manual pages that don't existschwarze2017-07-011-1/+2
* warn about some non-portable idioms in .Bl -column;schwarze2017-06-291-1/+3
* Catch typos in .Sh names; suggested by jmc@.schwarze2017-06-251-1/+2
* operating system dependent message about unknown architecture;schwarze2017-06-241-1/+2
* in the base system, suggest leaving .Os blank; inspired by mdoclintschwarze2017-06-241-1/+2
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addschwarze2017-06-241-4/+14
* style message about duplicate RCS ids; inspired by mdoclintschwarze2017-06-171-1/+2
* style message about missing RCS ids; inspired by mdoclintschwarze2017-06-171-1/+2
* implement the roff(7) \p (break output line) escape sequenceschwarze2017-06-141-1/+2
* Style message about legacy man(7) date format in mdoc(7) documentsschwarze2017-06-111-1/+4
* style message about missing .Fn markup; inspired by mdoclintschwarze2017-06-111-1/+2
* style message about missing blank before trailing delimiter;schwarze2017-06-101-1/+2
* Implement w layout specifier (minimum column width).schwarze2017-06-081-4/+7
* Portable mandoc just got a warning about unknown .Lb namesschwarze2017-06-081-1/+2
* style checks related to .Er; inspired by mdoclint(1)schwarze2017-06-071-1/+3
* Minimal implementation of the roff(7) .ce request (center a numberschwarze2017-06-061-1/+2
* ignore blank lines in man(7) next line scope;schwarze2017-06-031-1/+2
* Partial implementation of \h (horizontal line drawing function).schwarze2017-06-021-1/+2
* Minimal implementation of the \h (horizontal motion) escape sequence.schwarze2017-06-011-1/+2
* STYLE message about full stop at the end of .Nd; inspired by mdoclint(1)schwarze2017-06-011-1/+2
* STYLE message about missing use of Ox/Nx/Fx/Dx; OK jmc@ wiz@schwarze2017-05-311-1/+2
* STYLE message about useless macros we don't want (Bt Tn Ud);schwarze2017-05-301-1/+3
* Introduce a new mandoc(1) message level, -W style, below -W warning.schwarze2017-05-161-2/+4
* Using .Nd only makes sense in the NAME section.schwarze2017-03-061-1/+2
* Add a warning "new sentence, new line".schwarze2017-01-281-1/+2
* Warnings and errors that occur during mdoc_validate()schwarze2017-01-091-1/+2