aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.h
Commit message (Expand)AuthorAgeFilesLines
* print a BAGARG message if -T markdown is requested on man(7) input;Ingo Schwarze2021-08-141-1/+2
* Support two-character font names (BI, CW, CR, CB, CI)Ingo Schwarze2021-08-101-2/+4
* The mandoc(1) manual already mentions that -T man output modeIngo Schwarze2021-07-041-2/+4
* add a style message about overlong text lines,Ingo Schwarze2021-06-271-1/+2
* In -W style mode, check .Xr links along the full manpath becauseIngo Schwarze2021-06-021-2/+2
* Ignore unreasonably large spacing modifiers in tbl layouts.Ingo Schwarze2020-09-011-1/+2
* provide a STYLE message when mandoc knows the file name and the extensionIngo Schwarze2020-04-241-1/+2
* Remove some stray argument names from function prototypes,Ingo Schwarze2020-04-031-3/+4
* Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a placeIngo Schwarze2020-01-191-1/+2
* Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro:Ingo Schwarze2020-01-191-3/+3
* If messages are shown and output is printed without a pager, displayIngo Schwarze2019-07-141-1/+2
* Some time ago, i simplified mandoc_msg() such that it can be usedIngo Schwarze2019-07-101-3/+31
* Yet another round of improvements to manual font selection.Ingo Schwarze2018-12-161-1/+2
* Several improvements to escape sequence handling.Ingo Schwarze2018-12-151-1/+5
* Almost mechanical diff to remove the "struct mparse *" argumentIngo Schwarze2018-12-141-5/+3
* Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze2018-12-141-4/+12
* Cleanup, no functional change:Ingo Schwarze2018-12-131-35/+4
* Cleanup, no functional change:Ingo Schwarze2018-12-131-69/+1
* Cleanup, no functional change:Ingo Schwarze2018-12-121-107/+2
* In tbl(7) -T html output,Ingo Schwarze2018-11-251-2/+3
* Implement the \f(CW and \f(CR (constant width font) escape sequencesIngo Schwarze2018-10-251-1/+2
* Rudimentary implementation of the roff(7) .char (output glyphIngo Schwarze2018-08-251-1/+3
* Rudimentary implementation of the roff(7) .while request.Ingo Schwarze2018-08-241-1/+5
* The upcoming .while request will have to re-execute roff(7) linesIngo Schwarze2018-08-231-3/+2
* Implement the roff(7) .shift and .return requests,Ingo Schwarze2018-08-231-1/+5
* Implement the \*(.T predefined string (interpolate device name)Ingo Schwarze2018-08-161-1/+2
* Issue a STYLE message when normalizing the date format in .Dd/.TH.Ingo Schwarze2018-07-281-2/+3
* Style message about bad input encoding of em-dashes as -- instead of \(em.Ingo Schwarze2018-03-161-1/+2
* be less assertive when warning about a possible typo;Ingo Schwarze2017-11-101-2/+2
* 1. Eliminate struct eqn, instead use the existing membersIngo Schwarze2017-07-081-12/+1
* garbage collect unused enum member EQN_ROOTIngo Schwarze2017-07-071-2/+1
* Now that we have the -Wstyle message level, downgrade six warningsIngo Schwarze2017-07-061-9/+9
* The EQN_LISTONE box type is pointless.Ingo Schwarze2017-07-051-2/+1
* report trailing delimiters after macros where they are usually a mistake;Ingo Schwarze2017-07-031-3/+3
* warn about time machines; suggested by Thomas Klausner <wiz @ NetBSD>Ingo Schwarze2017-07-031-1/+2
* add warning "cross reference to self"; inspired by mdoclintIngo Schwarze2017-07-021-1/+2
* Basic reporting of .Xrs to manual pages that don't existIngo Schwarze2017-07-011-1/+2
* warn about some non-portable idioms in .Bl -column;Ingo Schwarze2017-06-291-1/+3
* Catch typos in .Sh names; suggested by jmc@.Ingo Schwarze2017-06-251-1/+2
* operating system dependent message about unknown architecture;Ingo Schwarze2017-06-241-1/+2
* in the base system, suggest leaving .Os blank; inspired by mdoclintIngo Schwarze2017-06-241-1/+2
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-241-4/+14
* style message about duplicate RCS ids; inspired by mdoclintIngo Schwarze2017-06-171-1/+2
* style message about missing RCS ids; inspired by mdoclintIngo Schwarze2017-06-171-1/+2
* implement the roff(7) \p (break output line) escape sequenceIngo Schwarze2017-06-141-1/+2
* Style message about legacy man(7) date format in mdoc(7) documentsIngo Schwarze2017-06-111-1/+4
* style message about missing .Fn markup; inspired by mdoclintIngo Schwarze2017-06-111-1/+2
* style message about missing blank before trailing delimiter;Ingo Schwarze2017-06-101-1/+2
* Implement w layout specifier (minimum column width).Ingo Schwarze2017-06-081-4/+7
* warning about unknown .Lb arguments; inspired by mdoclint(1)Ingo Schwarze2017-06-081-1/+2