summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Parse the section number from the content of preformatted pagesIngo Schwarze2017-01-272-18/+30
* If parsing a page reveals that it is neither mdoc(7) nor man(7),Ingo Schwarze2017-01-271-12/+16
* fix base directory detection for makewhatis -tIngo Schwarze2017-01-271-0/+14
* Always register names taken from file names in the names ohash.Ingo Schwarze2017-01-271-4/+6
* more info on man(7) .Xr hyperlinkingIngo Schwarze2017-01-261-0/+3
* Fix -man -Thtml formatting after .nf (which has nothing to doIngo Schwarze2017-01-264-68/+48
* add arm64 architecture; from deraadt@Ingo Schwarze2017-01-251-1/+1
* Improve HTML formatting of .Bl -tag.Ingo Schwarze2017-01-256-12/+66
* bug was fixed, delete the BUGS sectionIngo Schwarze2017-01-211-9/+0
* slightly simplify header and footer stylesIngo Schwarze2017-01-212-11/+6
* Avoid writing constant style attributes over and over again.Ingo Schwarze2017-01-212-12/+20
* clean up the remaining class attributesIngo Schwarze2017-01-214-49/+31
* Standardize class attributes for semantic macros.Ingo Schwarze2017-01-203-69/+86
* standardize .Rs class attributesIngo Schwarze2017-01-202-38/+33
* standardize .Bl and .It class attributesIngo Schwarze2017-01-202-117/+138
* clean up markup of .Bd, .D1, .Dl, .Li, and .Ql;Ingo Schwarze2017-01-193-15/+9
* clean up markup of .Bd, .D1, .Dl, .Li, and .Ql;Ingo Schwarze2017-01-191-3/+11
* clean up .Sx and .Xr HTML markupIngo Schwarze2017-01-192-9/+8
* Clean up CSS rules for sections and paragraphs.Ingo Schwarze2017-01-194-30/+30
* Clean up and fix rules for header and footer lines.Ingo Schwarze2017-01-191-12/+21
* Adjust indentation of the HTML output to the conventions establishedIngo Schwarze2017-01-191-26/+26
* Start cleanup: trim useless HTML comments, <div> elements,Ingo Schwarze2017-01-194-49/+37
* Implement line breaking of the generated HTML code at space charactersIngo Schwarze2017-01-194-70/+175
* Make HTML output more human readable by overhauling line break logicIngo Schwarze2017-01-184-78/+146
* Completely delete the buf field of struct html and all the buf*()Ingo Schwarze2017-01-176-281/+174
* Simplify the usage of print_otag() by making it accept a variableIngo Schwarze2017-01-177-649/+489
* When looking up macro values while the macro tables are being builtIngo Schwarze2017-01-152-62/+130
* 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