aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/read.c
Commit message (Expand)AuthorAgeFilesLines
* Do not call err(3) from the parser. Call mandoc_vmsg() andIngo Schwarze2017-07-201-10/+16
* Simplify by creating struct roff_node syntax tree nodes for tbl(7)Ingo Schwarze2017-07-081-15/+2
* 1. Eliminate struct eqn, instead use the existing membersIngo Schwarze2017-07-081-4/+1
* Now that we have the -Wstyle message level, downgrade six warningsIngo Schwarze2017-07-061-9/+9
* Printing "BASE:" in messages about violations of base system conventionsIngo Schwarze2017-07-041-2/+2
* 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-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-13/+17
* 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
* 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
* warning about unknown .Lb arguments; inspired by mdoclint(1)Ingo Schwarze2017-06-081-1/+2
* style checks related to .Er; inspired by mdoclint(1)Ingo Schwarze2017-06-071-1/+3
* Minimal implementation of the roff(7) .ce request (center a numberIngo Schwarze2017-06-061-1/+2
* Pure preprocessor implementation of the roff(7) .ec and .eo requestsIngo Schwarze2017-06-041-70/+4
* ignore blank lines in man(7) next line scope;Ingo Schwarze2017-06-031-1/+2
* STYLE message about full stop at the end of .Nd; inspired by mdoclint(1)Ingo Schwarze2017-06-011-1/+2
* STYLE message about missing use of Ox/Nx/Fx/Dx; OK jmc@ wiz@Ingo Schwarze2017-05-311-1/+2
* STYLE message about useless macros we don't want (Bt Tn Ud);Ingo Schwarze2017-05-301-1/+4
* Introduce a new mandoc(1) message level, -W style, below -W warning.Ingo Schwarze2017-05-161-3/+4
* Parser unification: use nice ohashes for all three request and macro tables;Ingo Schwarze2017-04-291-7/+12
* If a user-defined macro is aborted because it exceeds the stackIngo Schwarze2017-03-071-9/+13
* Using .Nd only makes sense in the NAME section.Ingo Schwarze2017-03-061-1/+2
* resolve trivial differences with OpenBSD:Ingo Schwarze2017-02-181-4/+2
* Minor cleanup, no functional change:Ingo Schwarze2017-02-031-7/+7
* If an application parses multiple files with mparse_readfd(3) butIngo Schwarze2017-02-031-1/+2
* Add a warning "new sentence, new line".Ingo Schwarze2017-01-281-1/+2
* Warnings and errors that occur during mdoc_validate()Ingo Schwarze2017-01-091-1/+8
* Stricter validation of the NAME section, in particular:Ingo Schwarze2017-01-081-3/+4
* Make the second, section number argument of .Xr mandatory.Ingo Schwarze2016-12-281-1/+2
* When reporting "whitespace at end of input line" on lines ending withIngo Schwarze2016-12-071-2/+4
* warn about trailing whitespace at the end of comments;Ingo Schwarze2016-11-101-6/+12
* Delete complicated code dealing with .Bl -tag without -width,Ingo Schwarze2016-10-091-2/+2
* Remove the dependency on SQLite without loss of functionality.Ingo Schwarze2016-07-191-7/+1
* Since the mdoc/man parser unification, the parser is always allocatedIngo Schwarze2016-07-191-25/+3
* Fix a nasty typo that prevented .so links to gziped manualsIngo Schwarze2016-07-101-2/+2
* Simplify the mparse_open() interface.Ingo Schwarze2016-01-081-12/+12
* It was very surprising that a function called mparse_readfd()Ingo Schwarze2016-01-081-5/+2
* Without HAVE_ERR, don't try to include <err.h>, it probably isn't there.Ingo Schwarze2015-11-071-1/+3
* If a .Bd block has no arguments at all, drop the block and only keepIngo Schwarze2015-10-301-1/+2
* Major character table cleanup:Ingo Schwarze2015-10-131-5/+3
* Finally use __progname, err(3) and warn(3).Ingo Schwarze2015-10-111-13/+9