summaryrefslogtreecommitdiffstats
path: root/mandoc.h
Commit message (Expand)AuthorAgeFilesLines
* The EQN_LISTONE box type is pointless.Ingo Schwarze2017-07-051-1/+0
* report trailing delimiters after macros where they are usually a mistake;Ingo Schwarze2017-07-031-2/+2
* warn about time machines; suggested by Thomas Klausner <wiz @ NetBSD>Ingo Schwarze2017-07-031-0/+1
* add warning "cross reference to self"; inspired by mdoclintIngo Schwarze2017-07-021-0/+1
* Basic reporting of .Xrs to manual pages that don't existIngo Schwarze2017-07-011-0/+1
* warn about some non-portable idioms in .Bl -column;Ingo Schwarze2017-06-291-0/+2
* Catch typos in .Sh names; suggested by jmc@.Ingo Schwarze2017-06-251-0/+1
* operating system dependent message about unknown architecture;Ingo Schwarze2017-06-241-0/+1
* in the base system, suggest leaving .Os blank; inspired by mdoclintIngo Schwarze2017-06-241-0/+1
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-241-3/+13
* style message about duplicate RCS ids; inspired by mdoclintIngo Schwarze2017-06-171-0/+1
* style message about missing RCS ids; inspired by mdoclintIngo Schwarze2017-06-171-0/+1
* implement the roff(7) \p (break output line) escape sequenceIngo Schwarze2017-06-141-0/+1
* Style message about legacy man(7) date format in mdoc(7) documentsIngo Schwarze2017-06-111-0/+3
* style message about missing .Fn markup; inspired by mdoclintIngo Schwarze2017-06-111-0/+1
* style message about missing blank before trailing delimiter;Ingo Schwarze2017-06-101-0/+1
* Implement w layout specifier (minimum column width).Ingo Schwarze2017-06-081-3/+6
* warning about unknown .Lb arguments; inspired by mdoclint(1)Ingo Schwarze2017-06-081-0/+1
* style checks related to .Er; inspired by mdoclint(1)Ingo Schwarze2017-06-071-0/+2
* Minimal implementation of the roff(7) .ce request (center a numberIngo Schwarze2017-06-061-0/+1
* ignore blank lines in man(7) next line scope;Ingo Schwarze2017-06-031-0/+1
* Partial implementation of \h (horizontal line drawing function).Ingo Schwarze2017-06-021-0/+1
* Minimal implementation of the \h (horizontal motion) escape sequence.Ingo Schwarze2017-06-011-0/+1
* STYLE message about full stop at the end of .Nd; inspired by mdoclint(1)Ingo Schwarze2017-06-011-0/+1
* STYLE message about missing use of Ox/Nx/Fx/Dx; OK jmc@ wiz@Ingo Schwarze2017-05-311-0/+1
* STYLE message about useless macros we don't want (Bt Tn Ud);Ingo Schwarze2017-05-301-0/+2
* Introduce a new mandoc(1) message level, -W style, below -W warning.Ingo Schwarze2017-05-161-1/+3
* Using .Nd only makes sense in the NAME section.Ingo Schwarze2017-03-061-0/+1
* Add a warning "new sentence, new line".Ingo Schwarze2017-01-281-0/+1
* Warnings and errors that occur during mdoc_validate()Ingo Schwarze2017-01-091-0/+1
* Stricter validation of the NAME section, in particular:Ingo Schwarze2017-01-081-2/+3
* Make the second, section number argument of .Xr mandatory.Ingo Schwarze2016-12-281-0/+1
* Delete complicated code dealing with .Bl -tag without -width,Ingo Schwarze2016-10-091-1/+1
* Simplify the mparse_open() interface.Ingo Schwarze2016-01-081-2/+2
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze2015-11-071-3/+0
* If a .Bd block has no arguments at all, drop the block and only keepIngo Schwarze2015-10-301-0/+1
* Major character table cleanup:Ingo Schwarze2015-10-131-9/+5
* Remove the warning about children of .Vt blocks because actually,Ingo Schwarze2015-09-141-1/+0
* Do not fork and exec gunzip(1), just link with libz instead.Ingo Schwarze2015-07-191-1/+0
* Profit from the unified struct roff_man and reduce the number ofIngo Schwarze2015-04-181-1/+1
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-6/+5
* improve NAME section diagnostics;Ingo Schwarze2015-02-231-1/+4
* replace the last legacy generic message type, "argument count wrong",Ingo Schwarze2015-02-061-1/+2
* better error reporting regarding .OP .RS .UR .TH argumentsIngo Schwarze2015-02-061-0/+2
* Delete the legacy generic warning type MANDOCERR_ARGCWARN,Ingo Schwarze2015-02-061-1/+1
* better handle .Fo and .Fd without argumentIngo Schwarze2015-02-061-0/+1
* discard .Rs head arguments and improve .Rs diagnosticsIngo Schwarze2015-02-041-0/+1
* more specific .Nd diagnostics, allowing to get rid of enum check_lvlIngo Schwarze2015-02-041-0/+1
* Delete the redundant tbl span flags, just inspect the actual dataIngo Schwarze2015-01-301-3/+0
* Abolish struct tbl_head and replace it by an "int col" member inIngo Schwarze2015-01-301-13/+1