summaryrefslogtreecommitdiffstats
path: root/read.c
Commit message (Expand)AuthorAgeFilesLines
* 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-12/+16
* 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
* 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
* 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
* Pure preprocessor implementation of the roff(7) .ec and .eo requestsIngo Schwarze2017-06-041-69/+3
* ignore blank lines in man(7) next line scope;Ingo Schwarze2017-06-031-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/+3
* Introduce a new mandoc(1) message level, -W style, below -W warning.Ingo Schwarze2017-05-161-2/+3
* Parser unification: use nice ohashes for all three request and macro tables;Ingo Schwarze2017-04-291-6/+11
* If a user-defined macro is aborted because it exceeds the stackIngo Schwarze2017-03-071-8/+12
* Using .Nd only makes sense in the NAME section.Ingo Schwarze2017-03-061-0/+1
* resolve trivial differences with OpenBSD:Ingo Schwarze2017-02-181-3/+1
* Minor cleanup, no functional change:Ingo Schwarze2017-02-031-6/+6
* If an application parses multiple files with mparse_readfd(3) butIngo Schwarze2017-02-031-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/+7
* 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
* When reporting "whitespace at end of input line" on lines ending withIngo Schwarze2016-12-071-1/+3
* warn about trailing whitespace at the end of comments;Ingo Schwarze2016-11-101-5/+11
* Delete complicated code dealing with .Bl -tag without -width,Ingo Schwarze2016-10-091-1/+1
* Remove the dependency on SQLite without loss of functionality.Ingo Schwarze2016-07-191-6/+0
* Since the mdoc/man parser unification, the parser is always allocatedIngo Schwarze2016-07-191-24/+2
* Fix a nasty typo that prevented .so links to gziped manualsIngo Schwarze2016-07-101-1/+1
* Simplify the mparse_open() interface.Ingo Schwarze2016-01-081-11/+11
* It was very surprising that a function called mparse_readfd()Ingo Schwarze2016-01-081-4/+1
* Without HAVE_ERR, don't try to include <err.h>, it probably isn't there.Ingo Schwarze2015-11-071-0/+2
* 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-4/+2
* Finally use __progname, err(3) and warn(3).Ingo Schwarze2015-10-111-12/+8
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-13/+13
* 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-82/+32
* Unify some node handling functions that use TOKEN_NONE.Ingo Schwarze2015-04-191-11/+6
* Decouple the token code for "no request or macro" from the individualIngo Schwarze2015-04-191-5/+4
* Unify {mdoc,man}_{alloc,reset,free}() into roff_man_{alloc,reset,free}().Ingo Schwarze2015-04-181-38/+24
* Move mdoc_hash_init() and man_hash_init() to libmandoc.hIngo Schwarze2015-04-181-2/+8
* Profit from the unified struct roff_man and reduce the number ofIngo Schwarze2015-04-181-51/+39
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-6/+6
* First step towards parser unification:Ingo Schwarze2015-04-021-4/+5
* When the user exits the pager before the pager has drained all inputIngo Schwarze2015-03-171-0/+2