summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Skipping all escape sequences at the beginning of strings in deroff()Ingo Schwarze2017-01-121-8/+4
* show meta data for -Ttree outputIngo Schwarze2017-01-122-4/+36
* Put compiler arguments that may contain -l at the end; according toIngo Schwarze2017-01-121-2/+2
* Do text production for .Bt, .Ex, .Rv, .Ud at the validation stageIngo Schwarze2017-01-115-401/+207
* Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At.Ingo Schwarze2017-01-105-99/+50
* For the .Ux/.Ox family of macros, do text production at the validationIngo Schwarze2017-01-106-219/+207
* simplify; NODE_ENDED does no harm in man(7)Ingo Schwarze2017-01-101-8/+2
* unify names of AST node flags; no change of cpp outputIngo Schwarze2017-01-1015-143/+140
* Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes.Ingo Schwarze2017-01-107-18/+48
* Use stdout rather than stdin for controlling the terminalIngo Schwarze2017-01-092-7/+7
* Clarify how tabs after .It workIngo Schwarze2017-01-091-6/+18
* The .No macro is not supposed to produce fixed-width font, it is notIngo Schwarze2017-01-091-1/+1
* Warnings and errors that occur during mdoc_validate()Ingo Schwarze2017-01-094-3/+37
* Indentation must be measured in units of the surrounding text,Ingo Schwarze2017-01-081-8/+8
* Fix an assertion failure caused by \z\[u00FF] with -Tps/-Tpdf.Ingo Schwarze2017-01-081-2/+14
* from Tiago Silva <tiagofilipesilva at icloud dot com> long agoIngo Schwarze2017-01-081-1/+1
* Tolerate bare tabs in SYNOPSIS .Cd for now.Ingo Schwarze2017-01-081-1/+2
* Stricter validation of the NAME section, in particular:Ingo Schwarze2017-01-084-19/+36
* sort options list; from jmc@Ingo Schwarze2017-01-062-10/+10
* escape a macro name that is not intended to be calledIngo Schwarze2016-12-281-1/+1
* correct spelling error; from jmc@Ingo Schwarze2016-12-281-1/+1
* Make the second, section number argument of .Xr mandatory.Ingo Schwarze2016-12-285-6/+30
* When reporting "whitespace at end of input line" on lines ending withIngo Schwarze2016-12-071-1/+3
* sync with NetBSD: add four new libraries;Ingo Schwarze2016-11-231-0/+4
* Do not install libmandoc.a by default.Ingo Schwarze2016-11-193-11/+28
* warn about trailing whitespace at the end of comments;Ingo Schwarze2016-11-101-5/+11
* document improved tagging functionalityIngo Schwarze2016-11-081-1/+13
* use .Fn in custom sections for tagging, in addition to in DESCRIPTION;Ingo Schwarze2016-11-081-1/+1
* tag leading .Dv, .Li, and .No in .It;Ingo Schwarze2016-11-081-0/+1
* implement tag priority 0, which will tag only keys that appear asIngo Schwarze2016-11-082-5/+35
* generate two tag entries from list entries of the formIngo Schwarze2016-11-081-1/+3
* skip leading \& and \e in tagsIngo Schwarze2016-11-081-1/+7
* support more than one tag entry for the same search term;Ingo Schwarze2016-11-081-7/+38
* cast off_t and uint64_t for printf(3)Ingo Schwarze2016-10-222-2/+3
* typo in informational message: s/UTF_LOCALE/UTF8_LOCALE/Ingo Schwarze2016-10-201-1/+1
* 0x%llu is a bad idea, make that 0x%llx;Ingo Schwarze2016-10-201-1/+1
* st_size is off_t, which is signed, so use %lld rather than %llu;Ingo Schwarze2016-10-201-1/+1
* Avoid the confusion that -a might require a section argument; it does not.Ingo Schwarze2016-10-191-6/+2
* bring back support for sortingIngo Schwarze2016-10-182-8/+65
* sync with OpenBSDIngo Schwarze2016-10-181-16/+11
* The termination condition of the iteration logic in page_bymacro()Ingo Schwarze2016-10-181-18/+22
* Compat glue for the FreeBSD comparison function prototype for fts_open(3)Ingo Schwarze2016-10-184-16/+51
* update after rev. 1.5 of dba.cIngo Schwarze2016-10-181-1/+1
* Simplify and correct support for reproducible builds, such that databaseIngo Schwarze2016-10-182-37/+28
* link to http://mdocml.bsd.lv/mdoc/ below SEE ALSO;Ingo Schwarze2016-10-111-0/+6
* Delete complicated code dealing with .Bl -tag without -width,Ingo Schwarze2016-10-094-84/+3
* We cannot use fputs(3) in passthrough() because the stdout streamIngo Schwarze2016-09-181-4/+14
* Make sure an output device is allocated before calling terminal_sepline(),Ingo Schwarze2016-09-181-27/+34
* minor tbl(7) column spacing and wrapping issues in lftp(1)Ingo Schwarze2016-09-131-0/+7
* use the proper HTML escape for double quote ("): &quot; not &quote;Ingo Schwarze2016-09-121-1/+1